|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionAboutToBeLoadedListener
Any object that needs to know that a CySession is about to be
loaded or created should implement this listener.
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(SessionAboutToBeLoadedEvent e)
Processes the SessionAboutToBeLoadedEvent when it is fired. |
| Method Detail |
|---|
void handleEvent(SessionAboutToBeLoadedEvent e)
SessionAboutToBeLoadedEvent when it is fired.
e - The fired event.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||