Uses of Package
org.cytoscape.session.events
Package
Description
This package contains the interfaces and classes necessary to capturing,
session change events.
-
ClassDescriptionThis event is fired right before Cytoscape begins to load a session.This event is fired synchronously by the
CySessionManager
at beginning of theCySessionManager.getCurrentSession()
method.Deprecated.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.This event is fired when a session save task is cancelled, which can also happen because of exceptions.TODO: Missing documentation
SessionLoadedEvent
instead now.