public final class AboutToRemoveNodesEvent extends AbstractCyEvent<CyNetwork>
| Constructor and Description |
|---|
AboutToRemoveNodesEvent(CyNetwork source,
Collection<CyNode> nodes)
Constructs event.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CyNode> |
getNodes()
Returns the collection of nodes about to be removed.
|
getListenerClass, getSourcepublic AboutToRemoveNodesEvent(CyNetwork source, Collection<CyNode> nodes)
source - the network firing this event.nodes - the collection of nodes about to be removed.public Collection<CyNode> getNodes()
Copyright 2011 Cytoscape Consortium. All rights reserved.