Package org.cytoscape.session.events
package org.cytoscape.session.events
This package contains the interfaces and classes necessary to capturing,
session change events.
-
Interface SummaryInterfaceDescriptionAny object that needs to know that a
CySessionis about to be loaded or created should implement this listener.Any object that needs to know that aCySessionis about to be created should listen to this event.Deprecated.A listener forSessionLoadedEvents.A listener forSessionSaveCancelledEvents.A listener forSessionSavedEvents. -
Class SummaryClassDescriptionThis event is fired right before Cytoscape begins to load a session.This event is fired synchronously by the
CySessionManagerat beginning of theCySessionManager.getCurrentSession()method.Deprecated.Just listen toSessionLoadedEventinstead 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
SessionLoadedListenerinstead.