Package org.cytoscape.application.events
package org.cytoscape.application.events
This package provides application events/listeners, including
Cytoscape startup/shutdown, setCurrentNetwork/setCurrentNetworkView/
setSelectedNetwork.
-
ClassDescriptionAn event fired immediately before Cytoscape will be shutdown.The listener for the
CyShutdownEvent.An event fired immediately before Cytoscape will be shutdown to determine if the shutdown action should be aborted.The listener for theCyShutdownRequestedEvent.An event fired after Cytoscape startup mostly complete (but not necessarily 100 percent).The listener for theCyStartEvent.An event signaling that the a network has been set to current.A listener forSetCurrentNetworkEvents.An event indicating that a network view has been set to current.A listener forSetCurrentNetworkViewEvents.This event signals that aRenderingEnginehas been set as current.Listener forSetCurrentRenderingEngineEvent.An event signaling that the a table has been set to current.A listener forSetCurrentTableEvents.An event indicating the a collection of networks has been selected.A listener forSetSelectedNetworksEvents.An event that indicates that a collection of network views has been selected.A listener forSetSelectedNetworkViewsEvents.