public interface SessionAboutToBeLoadedListener extends CyListener
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>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(SessionAboutToBeLoadedEvent e)
Processes the
SessionAboutToBeLoadedEvent when it is fired. |
void handleEvent(SessionAboutToBeLoadedEvent e)
SessionAboutToBeLoadedEvent
when it is fired.e
- The fired event.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.