T - public final class ViewChangedEvent<T> extends AbstractCyPayloadEvent<CyNetworkView,ViewChangeRecord<T>>
VisualProperty value
is set or removed from a View.
This event should be created and fired by the view being updated and not anyone else.
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 |
|---|
ViewChangedEvent(CyNetworkView source,
Collection<ViewChangeRecord<T>> payload) |
getPayloadCollectiongetListenerClass, getSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetListenerClass, getSourcepublic ViewChangedEvent(CyNetworkView source, Collection<ViewChangeRecord<T>> payload)
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.