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