cytoscape
Class CyNetworkAdapter
java.lang.Object
cytoscape.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.
CyNetworkAdapter
public CyNetworkAdapter()
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