Package org.cytoscape.session.events
package org.cytoscape.session.events
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.Any object that needs to know that a
CySession
is about to be loaded or created should implement this listener.This event is fired synchronously by theCySessionManager
at beginning of theCySessionManager.getCurrentSession()
method.Any object that needs to know that aCySession
is about to be created should listen to this event.Deprecated.Deprecated.UseSessionLoadedListener
instead.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.A listener forSessionLoadedEvent
s.This event is fired when a session save task is cancelled, which can also happen because of exceptions.A listener forSessionSaveCancelledEvent
s.TODO: Missing documentationA listener forSessionSavedEvent
s.
SessionLoadedEvent
instead now.