public final class SetCurrentNetworkViewEvent extends AbstractCyEvent<CyApplicationManager>
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>
Constructor and Description |
---|
SetCurrentNetworkViewEvent(CyApplicationManager source,
CyNetworkView view)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CyNetworkView |
getNetworkView()
Returns the network view associated with this event.
|
getListenerClass, getSource
public SetCurrentNetworkViewEvent(CyApplicationManager source, CyNetworkView view)
source
- The application manager firing this event.view
- The network view that has been set as current.public final CyNetworkView getNetworkView()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.