public interface CyShutdownListener extends CyListener
CyShutdownEvent
.Module: application-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>application-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(CyShutdownEvent e)
Process the specified event.
|
void handleEvent(CyShutdownEvent e)
e
- The event being processed.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.