See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.