Uses of Package
org.cytoscape.session.events
-
Packages that use org.cytoscape.session.events Package Description org.cytoscape.session.events This package contains the interfaces and classes necessary to capturing, session change events. -
Classes in org.cytoscape.session.events used by org.cytoscape.session.events Class Description SessionAboutToBeLoadedEvent This event is fired right before Cytoscape begins to load a session.SessionAboutToBeSavedEvent This event is fired synchronously by theCySessionManager
at beginning of theCySessionManager.getCurrentSession()
method.SessionLoadCancelledEvent Deprecated.Just listen toSessionLoadedEvent
instead now.SessionLoadedEvent This event is fired after a new session has been set in theCySessionManager.setCurrentSession(CySession, String)
method and is used to notify interested parties in the change of state.SessionSaveCancelledEvent This event is fired when a session save task is cancelled, which can also happen because of exceptions.SessionSavedEvent TODO: Missing documentation