|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CyEvent<T> | All Cytoscape events should extend this interface. |
CyEventHelper | The basic event handling interface for Cytoscape. |
CyListener | The basic interface that any class interested in a particular type of event should implement. |
CyPayloadEvent<S,P> | An extension of CyEvent specifically for payload events. |
Class Summary | |
---|---|
AbstractCyEvent<T> | A base implementation of CyEvent that can be used by events. |
AbstractCyPayloadEvent<T,P> | A base implementation of CyPayloadEvent that can be used by events. |
This package contains the basic interfaces necessary for defining, firing, and listening for Cytoscape events. All of Cytoscape's core functionality will use these event handling mechanisms exclusively.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |