|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject cytoscape.data.webservice.CyWebServiceEvent<P>
public class CyWebServiceEvent<P>
Event object used by Web Service Clients and the core.
Nested Class Summary | |
---|---|
static class |
CyWebServiceEvent.WSEventType
|
static class |
CyWebServiceEvent.WSResponseType
Will be used to catch the signal from WS. |
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
CyWebServiceEvent(String compatibleClient,
CyWebServiceEvent.WSEventType type,
P parameter)
|
|
CyWebServiceEvent(String compatibleClient,
CyWebServiceEvent.WSEventType type,
P parameter,
CyWebServiceEvent.WSEventType nextMove)
|
Method Summary | |
---|---|
CyWebServiceEvent.WSEventType |
getEventType()
|
CyWebServiceEvent.WSEventType |
getNextMove()
|
P |
getParameter()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CyWebServiceEvent(String compatibleClient, CyWebServiceEvent.WSEventType type, P parameter)
public CyWebServiceEvent(String compatibleClient, CyWebServiceEvent.WSEventType type, P parameter, CyWebServiceEvent.WSEventType nextMove)
Method Detail |
---|
public CyWebServiceEvent.WSEventType getEventType()
public P getParameter()
public CyWebServiceEvent.WSEventType getNextMove()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |