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 aCySessionis about to be loaded or created should implement this listener.SessionAboutToBeSavedListener Any object that needs to know that aCySessionis about to be created should listen to this event.SessionLoadCancelledListener Deprecated. UseSessionLoadedListenerinstead.SessionLoadedListener A listener forSessionLoadedEvents.SessionSaveCancelledListener A listener forSessionSaveCancelledEvents.SessionSavedListener A listener forSessionSavedEvents. -
Class Summary Class Description SessionAboutToBeLoadedEvent This event is fired right before Cytoscape begins to load a session.SessionAboutToBeSavedEvent This event is fired synchronously by theCySessionManagerat beginning of theCySessionManager.getCurrentSession()method.SessionLoadCancelledEvent Deprecated. Just listen toSessionLoadedEventinstead 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