Uses of Class
org.cytoscape.application.events.CyShutdownEvent
-
Packages that use CyShutdownEvent Package Description org.cytoscape.application.events This package provides application events/listeners, including Cytoscape startup/shutdown, setCurrentNetwork/setCurrentNetworkView/ setSelectedNetwork. -
-
Uses of CyShutdownEvent in org.cytoscape.application.events
Methods in org.cytoscape.application.events with parameters of type CyShutdownEvent Modifier and Type Method Description void
CyShutdownListener. handleEvent(CyShutdownEvent e)
Process the specified event.
-