Revision: 1747 http://svn.sourceforge.net/spring-rich-c/?rev=1747&view=rev Author: jhoskens Date: 2007-04-19 06:46:37 -0700 (Thu, 19 Apr 2007)
Log Message: ----------- closing a pageComponent must return true or false to notify the caller of it's success. Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationPage.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationPage.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationPage.java 2007-04-18 09:53:50 UTC (rev 1746) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationPage.java 2007-04-19 13:46:37 UTC (rev 1747) @@ -41,5 +41,5 @@ boolean close(); - void close(PageComponent pageComponent); + boolean close(PageComponent pageComponent); } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs