Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.webservice
Class CyWebServiceEvent<P>

java.lang.Object
  extended by java.util.EventObject
      extended by cytoscape.data.webservice.CyWebServiceEvent<P>
All Implemented Interfaces:
Serializable

public class CyWebServiceEvent<P>
extends EventObject

Event object used by Web Service Clients and the core.

See Also:
Serialized Form

Nested Class Summary
static class CyWebServiceEvent.WSEventType
           
static class CyWebServiceEvent.WSResponseType
          Will be used to catch the signal from WS.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CyWebServiceEvent

public CyWebServiceEvent(String compatibleClient,
                         CyWebServiceEvent.WSEventType type,
                         P parameter)

CyWebServiceEvent

public CyWebServiceEvent(String compatibleClient,
                         CyWebServiceEvent.WSEventType type,
                         P parameter,
                         CyWebServiceEvent.WSEventType nextMove)
Method Detail

getEventType

public CyWebServiceEvent.WSEventType getEventType()

getParameter

public P getParameter()

getNextMove

public CyWebServiceEvent.WSEventType getNextMove()

www.cytoscape.org