public interface SessionAboutToBeSavedListener extends CyListener
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>| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(SessionAboutToBeSavedEvent e)
Processes the specified event when fired.
|
void handleEvent(SessionAboutToBeSavedEvent e)
e - The event that the listener is listening for.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.