javadoc
[jalview.git] / src / jalview / ws / WSMenuEntryProviderI.java
index b7aa0ba..de14561 100644 (file)
@@ -25,7 +25,7 @@ public interface WSMenuEntryProviderI
 {
   /**
    * Called by the AlignFrame web service menu constructor to enable a service
-   * instance to add menu entries.
+   * instance to add menu entries. Usually, any actionperformed methods associated with menu items will create new instances of GUI classes to handle the action in a thread-safe manner. 
    * 
    * @param wsmenu
    *          the menu to which any menu entries/sub menus are to be attached