Author: rodche
Date: 2011-11-02 11:52:25 -0700 (Wed, 02 Nov 2011)
New Revision: 27376
Modified:
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
Log:
Fixed the issue#440 by adding a registerServiceListener to the webservice-impl
CyActivator
Modified:
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
===================================================================
---
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
2011-11-02 18:08:13 UTC (rev 27375)
+++
core3/impl/trunk/webservice-impl/src/main/java/org/cytoscape/webservice/internal/CyActivator.java
2011-11-02 18:52:25 UTC (rev 27376)
@@ -1,7 +1,4 @@
-
-
-
package org.cytoscape.webservice.internal;
import org.cytoscape.application.swing.CySwingApplication;
@@ -20,8 +17,8 @@
import java.util.Properties;
+import org.cytoscape.io.webservice.NetworkImportWebServiceClient;
-
public class CyActivator extends AbstractCyActivator {
public CyActivator() {
super();
@@ -36,6 +33,7 @@
ShowNetworkImportDialogAction showNetworkImportDialogAction =
new
ShowNetworkImportDialogAction(cyApplicationManagerServiceRef,cySwingApplicationServiceRef,unifiedNetworkImportDialog);
registerService(bc,showNetworkImportDialogAction,CyAction.class, new
Properties());
+ registerServiceListener(bc, unifiedNetworkImportDialog,
"addNetworkImportClient", "removeNetworkImportClient",
NetworkImportWebServiceClient.class);
}
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.