public final class AddedEdgesEvent extends AbstractCyPayloadEvent<CyNetwork,CyEdge>
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 |
---|
AddedEdgesEvent(CyNetwork source,
Collection<CyEdge> edges)
Constructs event.
|
getPayloadCollection
getListenerClass, getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getListenerClass, getSource
public AddedEdgesEvent(CyNetwork source, Collection<CyEdge> edges)
source
- The CyNetwork the edge was added to.edges
- The collection of CyEdge objects added to the network.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.