Package edu.umd.cs.jazz.event

Interface Summary
ZAncestorListener ZAncestorListener Interface to support notification when changes occur to a ZNode or one of its ancestors.
ZNodeContainerListener ZNodeContainerListener Interface to support notification when nodes are added or removed from a ZNode.
ZNodeListener ZNodeListener Interface to support notification when changes occur to a ZNode.
 

Class Summary
ZAncestorEvent An event reported to a child node that originated from an ancestor in the node hierarchy.
ZAncestorNotifier Supports processing of ZAncestorEvents.
ZEventHandler ZEventHandler is an abstract class for defining behaviors in Jazz.
ZLinkEventHandler ZLinkEventHandler is a simple event handler for interactively creating hyperlinks
ZNavEventHandlerKeyBoard ZNavEventHandlerKeyBoard provides event handlers for basic zooming and panning of a Jazz camera with the keyboard.
ZNodeAdapter ZNodeListener An abstract adapter class for receiving node events.
ZNodeContainerAdapter An abstract adapter class for receiving ZNodeContainer events.
ZNodeContainerEvent A low-level event which indicates that a node has changed.
ZNodeEvent A low-level event which indicates that a node has changed.
ZoomEventHandlerRightButton ZoomEventhandlerRightButton provides event handlers for basic zooming of a Jazz camera with the right button.
ZPanEventHandler ZPanEventHandler provides event handlers for basic panning of a Jazz camera with the left mouse.
ZSelectionEventHandler ZSelectionEventHandler provides event handlers for basic selection interaction.