public final class SetCurrentNetworkEvent extends AbstractCyEvent<CyApplicationManager>
| Constructor and Description |
|---|
SetCurrentNetworkEvent(CyApplicationManager source,
CyNetwork net)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CyNetwork |
getNetwork()
Returns the network associated with this event.
|
getListenerClass, getSourcepublic SetCurrentNetworkEvent(CyApplicationManager source, CyNetwork net)
source - The application manager that is the source of the event.net - The network that has been set to the current network.public final CyNetwork getNetwork()
Copyright 2011 Cytoscape Consortium. All rights reserved.