| AWTEventListener | The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses. | code | html |
| ActionListener | The listener interface for receiving action events. | code | html |
| AdjustmentListener | The listener interface for receiving adjustment events. | code | html |
| ComponentListener | The listener interface for receiving component events. | code | html |
| ContainerListener | The listener interface for receiving container events. | code | html |
| FocusListener | The listener interface for receiving keyboard focus events on a component. | code | html |
| HierarchyBoundsListener | The listener interface for receiving ancestor moved and resized events. | code | html |
| HierarchyListener | The listener interface for receiving hierarchy changed events. | code | html |
| InputMethodListener | The listener interface for receiving input method events. | code | html |
| ItemListener | The listener interface for receiving item events. | code | html |
| KeyListener | The listener interface for receiving keyboard events (keystrokes). | code | html |
| MouseListener | The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component. | code | html |
| MouseMotionListener | The listener interface for receiving mouse motion events on a component. | code | html |
| MouseWheelListener | The listener interface for receiving mouse wheel events on a component. | code | html |
| TextListener | The listener interface for receiving text events. | code | html |
| WindowFocusListener | The listener interface for receiving WindowEvents, including
WINDOW_GAINED_FOCUS and WINDOW_LOST_FOCUS events. |
code | html |
| WindowListener | The listener interface for receiving window events. | code | html |
| WindowStateListener | The listener interface for receiving window state events. | code | html |
| ComponentAdapter | An abstract adapter class for receiving component events. | code | html |
| ContainerAdapter | An abstract adapter class for receiving container events. | code | html |
| FocusAdapter | An abstract adapter class for receiving keyboard focus events. | code | html |
| HierarchyBoundsAdapter | An abstract adapter class for receiving ancestor moved and resized events. | code | html |
| InputEvent | The root event class for all component-level input events. | code | html |
| KeyAdapter | An abstract adapter class for receiving keyboard events. | code | html |
| MouseAdapter | An abstract adapter class for receiving mouse events. | code | html |
| MouseMotionAdapter | An abstract adapter class for receiving mouse motion events. | code | html |
| WindowAdapter | An abstract adapter class for receiving window events. | code | html |
| AWTEventListenerProxy | A class which extends the {@code EventListenerProxy} specifically for adding an {@code AWTEventListener} for a specific event mask. | code | html |
| ActionEvent | A semantic event which indicates that a component-defined action occurred. | code | html |
| AdjustmentEvent | The adjustment event emitted by Adjustable objects like java.awt.Scrollbar and java.awt.ScrollPane . | code | html |
| ComponentEvent | 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). | code | html |
| ContainerEvent | A low-level event which indicates that a container's contents changed because a component was added or removed. | code | html |
| FocusEvent | A low-level event which indicates that a Component has gained or lost the input focus. | code | html |
| HierarchyEvent | An event which indicates a change to the Component
hierarchy to which Component belongs. |
code | html |
| InputMethodEvent | Input method events contain information about text that is being composed using an input method. | code | html |
| InvocationEvent | An event which executes the run() method on a Runnable
when dispatched by the AWT event dispatcher thread. |
code | html |
| ItemEvent | A semantic event which indicates that an item was selected or deselected. | code | html |
| KeyEvent | An event which indicates that a keystroke occurred in a component. | code | html |
| MouseEvent | An event which indicates that a mouse action occurred in a component. | code | html |
| MouseWheelEvent | An event which indicates that the mouse wheel was rotated in a component. | code | html |
| NativeLibLoader | code | html | |
| PaintEvent | The component-level paint event. | code | html |
| TextEvent | A semantic event which indicates that an object's text changed. | code | html |
| WindowEvent | A low-level event that indicates that a window has changed its status. | code | html |