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.
|
getPayloadCollectiongetListenerClass, getSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetListenerClass, getSourcepublic 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.