-
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.
|
This document was created by
Dulcet from the OpenJDK sources.
Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.