Revision: 1793
          
http://spring-rich-c.svn.sourceforge.net/spring-rich-c/?rev=1793&view=rev
Author:   kevinstembridge
Date:     2007-07-29 12:18:13 -0700 (Sun, 29 Jul 2007)

Log Message:
-----------
Added javadoc, no functional changes

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

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/GuardedActionCommandExecutor.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/GuardedActionCommandExecutor.java
      2007-07-29 19:10:30 UTC (rev 1792)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/command/GuardedActionCommandExecutor.java
      2007-07-29 19:18:13 UTC (rev 1793)
@@ -20,10 +20,27 @@
 import org.springframework.richclient.core.Guarded;
 
 /**
+ * An [EMAIL PROTECTED] ActionCommandExecutor} that can be enabled or 
disabled, with optional listeners
+ * for these state changes.
+ *  
  * @author Keith Donald
  */
 public interface GuardedActionCommandExecutor extends Guarded, 
ActionCommandExecutor {
+       
+       /**
+        * Adds the given listener to the collection of listeners that will be 
notified 
+        * when the command executor's enabled state changes.
+        *
+        * @param listener The listener to be added.
+        */
     public void addEnabledListener(PropertyChangeListener listener);
 
+    /**
+     * Removes the given listener from the collection of listeners that will 
be 
+     * notified when the command executor's enabled state changes.
+     *
+     * @param listener The listener to be removed.
+     */
     public void removeEnabledListener(PropertyChangeListener listener);
-}
\ 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

Reply via email to