Cytoscape 3.1.1 API

Package org.cytoscape.session.events

This package contains the interfaces and classes necessary to capturing, session change events.

See:
          Description

Interface Summary
SessionAboutToBeLoadedListener Any object that needs to know that a CySession is about to be loaded or created should implement this listener.
SessionAboutToBeSavedListener Any object that needs to know that a CySession is about to be created should listen to this event.
SessionLoadCancelledListener A listener for SessionLoadCancelledEvents.
SessionLoadedListener A listener for SessionLoadedEvents.
SessionSaveCancelledListener A listener for SessionSaveCancelledEvents.
SessionSavedListener A listener for SessionSavedEvents.
 

Class Summary
SessionAboutToBeLoadedEvent This event is fired right before Cytoscape begins to load a session.
SessionAboutToBeSavedEvent This event is fired synchronously by the CySessionManager at beginning of the CySessionManager.getCurrentSession() method.
SessionLoadCancelledEvent This event is fired when a session load task is cancelled, which can also happen because of exceptions.
SessionLoadedEvent This event is fired after a new session has been set in the CySessionManager.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
 

Package org.cytoscape.session.events Description

This package contains the interfaces and classes necessary to capturing, session change events.


Cytoscape 3.1.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.