public final class AboutToRemoveNodeViewsEvent extends AbstractCyPayloadEvent<CyNetworkView,View<CyNode>>
Views 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.
|
getPayloadCollectiongetListenerClass, getSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetListenerClass, getSourcepublic 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 Cytoscape Consortium. All rights reserved.