| Package | Description |
|---|---|
| org.cytoscape.session.events |
This package contains the interfaces and classes necessary to capturing,
session change events.
|
| Class and Description |
|---|
| 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
|
Copyright 2011 Cytoscape Consortium. All rights reserved.