|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionAboutToBeSavedListener
Any object that needs to know that a CySession
is about to be
created should listen to this event. Additionally, apps can set
a list of files to be saved in the CySession using the
appropriate method in the SessionAboutToBeSavedEvent
.
Module: session-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>session-api</artifactId> </dependency>
Method Summary | |
---|---|
void |
handleEvent(SessionAboutToBeSavedEvent e)
Processes the specified event when fired. |
Method Detail |
---|
void handleEvent(SessionAboutToBeSavedEvent e)
e
- The event that the listener is listening for.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |