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