Revision: 1658 http://svn.sourceforge.net/spring-rich-c/?rev=1658&view=rev Author: kevinstembridge Date: 2007-01-12 12:38:41 -0800 (Fri, 12 Jan 2007)
Log Message: ----------- Added javadoc Modified Paths: -------------- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/CommandConfigurer.java Modified: trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/CommandConfigurer.java =================================================================== --- trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/CommandConfigurer.java 2007-01-12 20:25:57 UTC (rev 1657) +++ trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/config/CommandConfigurer.java 2007-01-12 20:38:41 UTC (rev 1658) @@ -18,8 +18,21 @@ import org.springframework.richclient.command.AbstractCommand; /** + * An interface to be implemented by classes that are responsible for configuring + * [EMAIL PROTECTED] AbstractCommand} instances. + * * @author Keith Donald */ public interface CommandConfigurer { + + /** + * Configures the given command. + * + * @param command The command to be configured. Must not be null. + * @return The configured command. + * + * @throws IllegalArgumentException if [EMAIL PROTECTED] command} is null. + */ public AbstractCommand configure(AbstractCommand command); -} \ No newline at end of file + +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs