Package | Description |
---|---|
java.awt.event |
Provides interfaces and classes for dealing with different
types of events fired by AWT components.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyEvent
An event which indicates that a keystroke occurred in a component.
|
class |
MouseEvent
An event which indicates that a mouse action occurred in a component.
|
class |
MouseWheelEvent
An event which indicates that the mouse wheel was rotated in a component.
|