Cytoscape 3.0.1 API

Package org.cytoscape.event

This package contains the basic interfaces necessary for defining, firing, and listening for Cytoscape events.

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.
 

Package org.cytoscape.event Description

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

Copyright 2011 Cytoscape Consortium. All rights reserved.