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

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

Methods in edu.umd.cs.jazz with parameters of type ZEvent
protected  void ZSceneGraphObject.fireEvent(ZEvent anEvent)
          Notifies all listeners that have registered interest for notification on this event type.
protected  void ZNode.percolateEventUpSceneGraph(ZEvent anEvent)
          Notifies all listeners that have registered interest for notification on this event type, percolate up the scenegraph looking for listeners.
 

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

Classes in edu.umd.cs.jazz.event that implement ZEvent
 class ZCameraEvent
          ZCameraEvent is an event which indicates that a camera has changed.
 class ZGroupEvent
          ZGroupEvent is an event which indicates that a group node has changed.
 class ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
 class ZMouseMotionEvent
          ZMouseMotionEvent is an event which indicates that a mouse motion action occurred in a node.
 class ZNodeEvent
          ZNodeEvent is an event which indicates that a node has changed.
 class ZTransformEvent
          ZTransformEvent is an event which indicates that a transform group has changed.
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.