Jazz API Documentation

Uses of Interface
edu.umd.cs.jazz.event.ZNodeListener

Packages that use ZNodeListener
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.jazz.event This package supports Jazz event handlers. 
 

Uses of ZNodeListener in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZNodeListener
 void ZNode.addNodeListener(ZNodeListener l)
          Adds the specified node listener to receive node events from this node.
 void ZNode.removeNodeListener(ZNodeListener l)
          Removes the specified node listener so that it no longer receives node events from this node.
 void ZGroup.removeNodeListener(ZNodeListener l)
          This method overriddes ZNode.removeNodeListener so as to properly update the hasNodeListener bit taking into consideration the ZGroup's children.
 

Uses of ZNodeListener in edu.umd.cs.jazz.event
 

Classes in edu.umd.cs.jazz.event that implement ZNodeListener
 class ZNodeAdapter
          ZNodeAdapater is an abstract adapter class for receiving node events.
 


Jazz API Documentation