|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.cytoscape.session.events | |
---|---|
org.cytoscape.session.events | This package contains the interfaces and classes necessary to capturing, session change events. |
Classes in org.cytoscape.session.events used by org.cytoscape.session.events | |
---|---|
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 |
|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |