Package java.awt.event
Interface Summary
KeyListener
Unsafe: The listener interface for receiving keyboard events (keystrokes).
MouseListener
Unsafe: The listener interface for receiving "interesting" mouse events
(press, release, click, enter, and exit) on a component.
MouseMotionListener
Unsafe: The listener interface for receiving mouse motion events on a component.
Class Summary
ActionEvent
Safe: A semantic event which indicates that a component-defined action occured.
AWTEventListenerProxy
Unsafe: A class which extends the
EventListenerProxy, specifically
for adding an
AWTEventListener for a specific event mask.
ComponentAdapter
Unsafe: An abstract adapter class for receiving component events.
ComponentEvent
Safe: A low-level event which indicates that a component moved, changed
size, or changed visibility (also, the root class for the other
component-level events).
ContainerAdapter
Unsafe: An abstract adapter class for receiving container events.
FocusAdapter
Unsafe: An abstract adapter class for receiving keyboard focus events.
FocusEvent
Safe: A low-level event which indicates that a Component has gained or lost the
input focus.
HierarchyEvent
Unsafe: An event which indicates a change to the
Component
hierarchy to which a
Component belongs.
InputEvent
Safe: The root event class for all component-level input events.
InvocationEvent
Unsafe: An event which executes the
run() method on a
Runnable
when dispatched by the AWT event dispatcher thread.
KeyAdapter
Unsafe: An abstract adapter class for receiving keyboard events.
MouseAdapter
Unsafe: An abstract adapter class for receiving mouse events.
WindowAdapter
Unsafe: An abstract adapter class for receiving window events.