public final class AboutToRemoveEdgesEvent extends AbstractCyEvent<CyNetwork>
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 |
|---|
AboutToRemoveEdgesEvent(CyNetwork source,
Collection<CyEdge> edges)
Constructs event.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CyEdge> |
getEdges()
Returns the collection of edges about to be removed.
|
getListenerClass, getSourcepublic AboutToRemoveEdgesEvent(CyNetwork source, Collection<CyEdge> edges)
source - the network firing this event.edges - the collection of edges about to be removed.public Collection<CyEdge> getEdges()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.