Package org.cytoscape.session.events
package org.cytoscape.session.events
This package contains the interfaces and classes necessary to capturing,
session change events.
-
InterfaceDescriptionAny object that needs to know that a
CySession
is about to be loaded or created should implement this listener.Any object that needs to know that aCySession
is about to be created should listen to this event.Deprecated.A listener forSessionLoadedEvent
s.A listener forSessionSaveCancelledEvent
s.A listener forSessionSavedEvent
s. -
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.Just listen toSessionLoadedEvent
instead now.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
SessionLoadedListener
instead.