public final class AboutToRemoveNodesEvent 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 |
|---|
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.