Cytoscape 3.0.1 API

org.cytoscape.application.events
Class SetSelectedNetworksEvent

java.lang.Object
  extended by org.cytoscape.event.AbstractCyEvent<CyApplicationManager>
      extended by org.cytoscape.application.events.SetSelectedNetworksEvent
All Implemented Interfaces:
CyEvent<CyApplicationManager>

public final class SetSelectedNetworksEvent
extends AbstractCyEvent<CyApplicationManager>

An event indicating the a collection of networks has been selected.


Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Constructor Summary
SetSelectedNetworksEvent(CyApplicationManager source, List<CyNetwork> networks)
          Constructor.
 
Method Summary
 List<CyNetwork> getNetworks()
          Returns the list of networks selected.
 
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetSelectedNetworksEvent

public SetSelectedNetworksEvent(CyApplicationManager source,
                                List<CyNetwork> networks)
Constructor.

Parameters:
source - the application manager firing the event.
networks - the collection of networks that has been selected.
Method Detail

getNetworks

public List<CyNetwork> getNetworks()
Returns the list of networks selected.

Returns:
The list of networks selected.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.