Package org.cytoscape.session.events
This package contains the interfaces and classes necessary to capturing,
session change events.
-
Interface Summary Interface Description SessionAboutToBeLoadedListener Any object that needs to know that aCySession
is about to be loaded or created should implement this listener.SessionAboutToBeSavedListener Any object that needs to know that aCySession
is about to be created should listen to this event.SessionLoadCancelledListener Deprecated. UseSessionLoadedListener
instead.SessionLoadedListener A listener forSessionLoadedEvent
s.SessionSaveCancelledListener A listener forSessionSaveCancelledEvent
s.SessionSavedListener A listener forSessionSavedEvent
s. -
Class Summary 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