Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape
Class CyNetworkAdapter

java.lang.Object
  extended bycytoscape.CyNetworkAdapter
All Implemented Interfaces:
CyNetworkListener

public class CyNetworkAdapter
extends Object
implements CyNetworkListener

Empty implementation of the CyNetworkListener interface, following the adapter pattern useful for defining anonymous inner classes.


Constructor Summary
CyNetworkAdapter()
           
 
Method Summary
 void onCyNetworkEvent(CyNetworkEvent event)
          This method is called when an event is fired by a CyNetwork.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyNetworkAdapter

public CyNetworkAdapter()
Method Detail

onCyNetworkEvent

public void onCyNetworkEvent(CyNetworkEvent event)
Description copied from interface: CyNetworkListener
This method is called when an event is fired by a CyNetwork. The argument contains a reference to the source network and the type of event.

Specified by:
onCyNetworkEvent in interface CyNetworkListener

www.cytoscape.org