Java java.awt AWTEvent fields, constructors, methods, implement or subclass

Example usage for Java java.awt AWTEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt AWTEvent.

The text is from its open source code.

Subclass

java.awt.AWTEvent has subclasses.
Click this link to see all its subclasses.

Field

longCOMPONENT_EVENT_MASK
The event mask for selecting component events.
longFOCUS_EVENT_MASK
The event mask for selecting focus events.
longKEY_EVENT_MASK
The event mask for selecting key events.
longMOUSE_EVENT_MASK
The event mask for selecting mouse events.
longMOUSE_MOTION_EVENT_MASK
The event mask for selecting mouse motion events.
longWINDOW_EVENT_MASK
The event mask for selecting window events.
longMOUSE_WHEEL_EVENT_MASK
The event mask for selecting mouse wheel events.

Method

ClassgetClass()
Returns the runtime class of this Object .
intgetID()
Returns the event type.
ObjectgetSource()
The object on which the Event initially occurred.
StringparamString()
Returns a string representing the state of this Event .