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