Cytoscape 2.8.0 API

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.
 
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

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()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.