Event listener interface | Description |
WindowEvent | This interface is used for receiving the window events. |
ActionEvent | This interface is used for receiving the action events. |
ComponentEvent | This interface is used for receiving the component events. |
ContainerEvent | This interface is used for receiving the container events. |
FocusEvent | This interface is used for receiving the focus events. |
ItemEvent | This interface is used for receiving the item events. |
KeyEvent | This interface is used for receiving the key events. |
MouseEvent | This interface is used for receiving the mouse events. |
TextEvent | This interface is used for receiving the text events. |
AdjustmentEvent | This interface is used for receiving the adjustment events. |