Revision: 1789 http://spring-rich-c.svn.sourceforge.net/spring-rich-c/?rev=1789&view=rev Author: kevinstembridge Date: 2007-07-29 11:03:21 -0700 (Sun, 29 Jul 2007)
Log Message: ----------- Added javadoc, no functional changes Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/Messagable.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/Messagable.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/Messagable.java 2007-07-29 16:03:18 UTC (rev 1788) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/dialog/Messagable.java 2007-07-29 18:03:21 UTC (rev 1789) @@ -19,17 +19,20 @@ import org.springframework.richclient.core.Message; /** - * Interface to be implemented by object capable of receiving messages to the - * user. + * An interface to be implemented by objects that are capable of receiving messages to be + * provided to the user. * * @author Keith Donald */ public interface Messagable extends PropertyChangePublisher { - public static final String MESSAGE_PROPERTY = "message"; + + /** The name of the message property, to be used for publishing update events. */ + public static final String MESSAGE_PROPERTY = "message"; /** * Set the message. + * @param The message. */ public void setMessage(Message message); -} \ 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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs