public final class AddedNodesEvent extends AbstractCyPayloadEvent<CyNetwork,CyNode>
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
Constructor and Description |
---|
AddedNodesEvent(CyNetwork source,
Collection<CyNode> nodes)
Constructs event.
|
getPayloadCollection
getListenerClass, getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getListenerClass, getSource
public AddedNodesEvent(CyNetwork source, Collection<CyNode> nodes)
source
- The CyNetwork the node was added to.nodes
- The collection of nodes that were added to the network.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.