Cytoscape 3.0.0-beta1 API

Package org.cytoscape.session.events

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

See:
          Description

Interface Summary
SessionAboutToBeSavedListener Any object that needs to know that a CySession is about to be created listen to this event.
SessionLoadedListener A listener for SessionLoadedEvents.
SessionSavedListener A listener for SessionSavedEvents.
 

Class Summary
SessionAboutToBeSavedEvent This event is fired synchronously by the CySessionManager at beginning of the CySessionManager.getCurrentSession() method.
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.
SessionSavedEvent  
 

Package org.cytoscape.session.events Description

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


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.