Jazz API Documentation

Uses of Class
edu.umd.cs.jazz.event.ZNodeEvent

Packages that use ZNodeEvent
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 ZNodeEvent in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZNodeEvent
protected  void ZNode.fireEvent(ZNodeEvent e, int id, ZNode node)
          fire a ZNodeEvent event on any listener listenening for it on this node.
 

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

Methods in edu.umd.cs.jazz.event with parameters of type ZNodeEvent
 void ZNodeAdapter.boundsChanged(ZNodeEvent e)
          Invoked when a node's bounds have changed.
 void ZNodeAdapter.globalBoundsChanged(ZNodeEvent e)
          Invoked when a node's global bounds have changed
 void ZNodeListener.boundsChanged(ZNodeEvent e)
          Invoked when a node has its bounds changed.
 void ZNodeListener.globalBoundsChanged(ZNodeEvent e)
          Invoked when a node has its global bounds changed.
 


Jazz API Documentation