Cytoscape 3.0.0-beta1 API

Uses of Interface
org.cytoscape.event.CyPayloadEvent

Packages that use CyPayloadEvent
org.cytoscape.event This package contains the basic interfaces necessary for defining, firing, and listening for Cytoscape events. 
org.cytoscape.model.events This package contains the event interfaces necessary for communicating with the classes in org.cytoscape.model. 
org.cytoscape.view.model.events Definitions for View-Model related events and their listeners. 
 

Uses of CyPayloadEvent in org.cytoscape.event
 

Classes in org.cytoscape.event that implement CyPayloadEvent
 class AbstractCyPayloadEvent<T,P>
          A base implementation of CyPayloadEvent that can be used by events.
 

Methods in org.cytoscape.event with type parameters of type CyPayloadEvent
<S,P,E extends CyPayloadEvent<S,P>>
void
CyEventHelper.addEventPayload(S source, P payload, Class<E> eventType)
          Adds a payload object to be accumulated in a CyPayloadEvent.
 

Uses of CyPayloadEvent in org.cytoscape.model.events
 

Classes in org.cytoscape.model.events that implement CyPayloadEvent
 class AddedEdgesEvent
          An event fired when an edge is added to a network.
 class AddedNodesEvent
          Event for upper layers.
 class RowsCreatedEvent
          This event signals that rows have been created.
 class RowsSetEvent
          This event signals that rows have been set.
 

Uses of CyPayloadEvent in org.cytoscape.view.model.events
 

Classes in org.cytoscape.view.model.events that implement CyPayloadEvent
 class AddedEdgeViewsEvent
          When edge View is added to a CyNetworkView, this event will be fired.
 class AddedNodeViewsEvent
          When node View is added to a CyNetworkView, this event will be fired.
 class NetworkViewChangedEvent
          Fired to indicated that a CyNetworkView has been modified in some way.
 


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.