public final class AboutToRemoveEdgesEvent extends AbstractCyEvent<CyNetwork>
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, getSource
public 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 Cytoscape Consortium. All rights reserved.