public interface SessionLoadCancelledListener extends CyListener
SessionLoadCancelledEvents.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(SessionLoadCancelledEvent e)
Processes the specified event when fired.
|
void handleEvent(SessionLoadCancelledEvent e)
e - The event that the listener is listening for.Copyright 2011 Cytoscape Consortium. All rights reserved.