public interface SessionAboutToBeSavedListener extends CyListener
CySession
is about to be
created 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
.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 Cytoscape Consortium. All rights reserved.