org.cytoscape.view.model.events
Class NetworkViewChangedEvent
java.lang.Object
org.cytoscape.event.AbstractCyEvent<T>
org.cytoscape.event.AbstractCyPayloadEvent<CyNetworkView,ViewChangeRecord<CyNetwork>>
org.cytoscape.view.model.events.NetworkViewChangedEvent
- All Implemented Interfaces:
- CyEvent<CyNetworkView>, CyPayloadEvent<CyNetworkView,ViewChangeRecord<CyNetwork>>
public final class NetworkViewChangedEvent
- extends AbstractCyPayloadEvent<CyNetworkView,ViewChangeRecord<CyNetwork>>
Fired to indicated that a CyNetworkView
has been modified in some way.
Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkViewChangedEvent
public NetworkViewChangedEvent(CyNetworkView source,
Collection<ViewChangeRecord<CyNetwork>> networkViewChanges)
- Constructor.
- Parameters:
source
- The network view that has changed.networkViewChanges
- A collection of view change records that describe the changes made to the
network view.
Copyright 2011 Cytoscape Consortium. All rights reserved.