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
CySessionis about to be loaded or created should implement this listener.This event is fired synchronously by theCySessionManagerat beginning of theCySessionManager.getCurrentSession()method.Any object that needs to know that aCySessionis about to be created should listen to this event.Deprecated.Deprecated.UseSessionLoadedListenerinstead.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 forSessionLoadedEvents.This event is fired when a session save task is cancelled, which can also happen because of exceptions.A listener forSessionSaveCancelledEvents.TODO: Missing documentationA listener forSessionSavedEvents.
SessionLoadedEventinstead now.