public final class SetSelectedNetworksEvent extends AbstractCyEvent<CyApplicationManager>
| Constructor and Description |
|---|
SetSelectedNetworksEvent(CyApplicationManager source,
List<CyNetwork> networks)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<CyNetwork> |
getNetworks()
Returns the list of networks selected.
|
getListenerClass, getSourcepublic SetSelectedNetworksEvent(CyApplicationManager source, List<CyNetwork> networks)
source - the application manager firing the event.networks - the collection of networks that has been selected.Copyright 2011 Cytoscape Consortium. All rights reserved.