Revision: 1612
          http://svn.sourceforge.net/spring-rich-c/?rev=1612&view=rev
Author:   kevinstembridge
Date:     2006-12-20 15:42:31 -0800 (Wed, 20 Dec 2006)

Log Message:
-----------
Added javadoc

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/ActionCommandExecutor.java

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/ActionCommandExecutor.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/ActionCommandExecutor.java
     2006-12-20 23:41:22 UTC (rev 1611)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/ActionCommandExecutor.java
     2006-12-20 23:42:31 UTC (rev 1612)
@@ -15,6 +15,14 @@
  */
 package org.springframework.richclient.command;
 
+/**
+ * This interface is to be implemented by objects that are able to execute an 
action command.
+ */
 public interface ActionCommandExecutor {
+    
+    /**
+     * Performs the action. 
+     */
     public void execute();
-}
\ 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

Reply via email to