public interface NetworkViewDestroyedListener extends CyListener
Module: viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(NetworkViewDestroyedEvent e)
Process event.
|
void handleEvent(NetworkViewDestroyedEvent e)
e
- the NetworkViewDestroyedEvent
to be handled.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.