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.
-
Interface Summary Interface Description EventDispatcher Interface for receiving and dispatching events down to a GVT tree.GraphicsNodeChangeListener The interface for listening to changes on graphics nodes.GraphicsNodeFocusListener The listener interface for receiving keyboard focus events on a graphics node.GraphicsNodeKeyListener The listener interface for receiving graphics node key events.GraphicsNodeMouseListener The listener interface for receiving graphics node mouse events.GraphicsNodeMouseWheelListener The listener interface for receiving graphics node mouse wheel events.SelectionListener The listener interface for receiving selection events. -
Class Summary Class Description AWTEventDispatcher An EventDispatcher implementation based on AWT events.GraphicsNodeChangeAdapter An abstract adapter class for receiving graphics node change events.GraphicsNodeChangeEvent An event which indicates that a change action occurred on a graphics node.GraphicsNodeEvent A low-level event for GraphicsNode.GraphicsNodeFocusEvent A low-level event which indicates that a graphics node has gained or lost the keyboard focus.GraphicsNodeInputEvent The root event class for all graphics node-level input events.GraphicsNodeKeyAdapter An abstract adapter class for receiving graphics node key events.GraphicsNodeKeyEvent An event which indicates that a keystroke occurred in a graphics node.GraphicsNodeMouseAdapter An abstract adapter class for receiving graphics node mouse events.GraphicsNodeMouseEvent An event which indicates that a mouse action occurred in a graphics node.GraphicsNodeMouseWheelEvent An event which indicates that a mouse whwel action occurred in a graphics node.SelectionAdapter Adapter for the listener interface for receiving selection events.SelectionEvent An event which indicates that a selection is being made or has been made.