Package org.apache.batik.gvt.event
package org.apache.batik.gvt.event
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes. Events are fired by event
sources. An event listener registers with an event source to
receive notifications about the events of a particular type. This
package defines events and event listeners, as well as event
listener adapters, which are convenience classes to make easier
the process of writing event listeners.
-
ClassDescriptionAn EventDispatcher implementation based on AWT events.Interface for receiving and dispatching events down to a GVT tree.An abstract adapter class for receiving graphics node change events.An event which indicates that a change action occurred on a graphics node.The interface for listening to changes on graphics nodes.A low-level event for GraphicsNode.A low-level event which indicates that a graphics node has gained or lost the keyboard focus.The listener interface for receiving keyboard focus events on a graphics node.The root event class for all graphics node-level input events.An abstract adapter class for receiving graphics node key events.An event which indicates that a keystroke occurred in a graphics node.The listener interface for receiving graphics node key events.An abstract adapter class for receiving graphics node mouse events.An event which indicates that a mouse action occurred in a graphics node.The listener interface for receiving graphics node mouse events.An event which indicates that a mouse whwel action occurred in a graphics node.The listener interface for receiving graphics node mouse wheel events.Adapter for the listener interface for receiving selection events.An event which indicates that a selection is being made or has been made.The listener interface for receiving selection events.