Uses of Package
edu.umd.cs.jazz.event

Packages that use edu.umd.cs.jazz.event
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. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz
ZGroupListener
          ZGroupListener is an interface to support notification when changes occur to a ZGroup.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.event
ZCameraListener
          ZCameraListener is an interface to support notification when changes occur to a ZCamera.
ZDragSequenceEventHandler
          ZDragSequenceEventHandler is designed to support drag sequence interactions normally consisting of filtered mouse pressed, filtered mouse dragged, and filtered mouse released events.
ZEvent
          This interface ensures that the implementing event can dispatch itself without someone else needing to look at the events ID or type.
ZEventHandler
          ZEventHandler is an interface for defining behaviors in Jazz.
ZFilteredEventHandler
          ZFilteredEventHandler is an abstract implementation of ZEventHandler.
ZGroupListener
          ZGroupListener is an interface to support notification when changes occur to a ZGroup.
ZMouseEvent
          ZMouseEvent is an event which indicates that a mouse action occurred in a node.
ZMouseListener
          ZMouseListener is a listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a node.
ZMouseMotionListener
          ZMouseMotionListener is a listener interface for receiving mouse motion events on a node.
ZNodeListener
          ZNodeListener is an interface to support notification when changes occur to a ZNode.
ZTransformListener
          ZTransformListener is an interface to support notification when changes occur to a ZTransformGroup.
 

Classes in edu.umd.cs.jazz.event used by edu.umd.cs.jazz.util
ZCameraListener
          ZCameraListener is an interface to support notification when changes occur to a ZCamera.
ZNodeListener
          ZNodeListener is an interface to support notification when changes occur to a ZNode.
 



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