public final class RemovedNodesEvent extends AbstractCyEvent<CyNetwork>
RemovedEdgesEvent
for every edge adjacent to the node in question (because all
adjacent edges are removed as a consequence of removing
a node) even though the
RemovedEdgesEvent is not actually fired. If you only care
about removing edges, be sure to listen for this event as well!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 |
---|
RemovedNodesEvent(CyNetwork source)
Constructs event.
|
public RemovedNodesEvent(CyNetwork source)
source
- The network from which a node was deleted.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.