Cytoscape 2.8.0 API

cytoscape
Interface CyNetworkListener

All Known Implementing Classes:
CyNetworkAdapter

public interface CyNetworkListener

Interface for listeners that respond to CyNetwork events.


Method Summary
 void onCyNetworkEvent(CyNetworkEvent event)
          This method is called when an event is fired by a CyNetwork.
 

Method Detail

onCyNetworkEvent

void onCyNetworkEvent(CyNetworkEvent event)
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.


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.