java.awt
Class AWTEvent
java.awt.AWTEvent
- Direct Known Subclasses:
- ActionEvent, AdjustmentEvent, ItemEvent, KeyEvent, MouseEvent, TextEvent, WindowEvent
- public class AWTEvent
Field Summary |
protected boolean |
consumed
|
protected int |
id
|
protected java.lang.Object |
source
|
Constructor Summary |
AWTEvent(java.lang.Object source,
int id)
|
source
protected java.lang.Object source
id
protected int id
consumed
protected boolean consumed
AWTEvent
public AWTEvent(java.lang.Object source,
int id)
getID
public int getID()
getSource
public java.lang.Object getSource()