Cytoscape 3.0.0-beta1 API

org.cytoscape.view.model.events
Class NetworkViewChangedEvent

java.lang.Object
  extended by org.cytoscape.event.AbstractCyEvent<T>
      extended by org.cytoscape.event.AbstractCyPayloadEvent<CyNetworkView,ViewChangeRecord<CyNetwork>>
          extended by 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.

Constructor Summary
NetworkViewChangedEvent(CyNetworkView source, Collection<ViewChangeRecord<CyNetwork>> networkViewChanges)
          Constructor.
 
Method Summary
 
Methods inherited from class org.cytoscape.event.AbstractCyPayloadEvent
getPayloadCollection
 
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cytoscape.event.CyEvent
getListenerClass, getSource
 

Constructor Detail

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.

Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.