public final class AboutToRemoveNodeViewsEvent extends AbstractCyPayloadEvent<CyNetworkView,View<CyNode>>
View
s are about to be removed from a CyNetworkView, this event will be fired.Module: viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> </dependency>
Constructor and Description |
---|
AboutToRemoveNodeViewsEvent(CyNetworkView source,
Collection<View<CyNode>> payload)
Creates the event for about to be removed node views.
|
getPayloadCollection
getListenerClass, getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getListenerClass, getSource
public AboutToRemoveNodeViewsEvent(CyNetworkView source, Collection<View<CyNode>> payload)
source
- network view which includes the node views about to be removed.payload
- Collection of node view objects about to be removed.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.