kAWT Version 0.21

java.awt
Class AWTEvent

java.lang.Object
  |
  +--java.awt.AWTEvent
Direct Known Subclasses:
ActionEvent, AdjustmentEvent, ItemEvent, KeyEvent, MouseEvent, TextEvent, WindowEvent

public class AWTEvent
extends java.lang.Object


Field Summary
protected  boolean consumed
           
protected  int id
           
protected  java.lang.Object source
           
 
Constructor Summary
AWTEvent(java.lang.Object source, int id)
           
 
Method Summary
 int getID()
           
 java.lang.Object getSource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.lang.Object source

id

protected int id

consumed

protected boolean consumed
Constructor Detail

AWTEvent

public AWTEvent(java.lang.Object source,
                int id)
Method Detail

getID

public int getID()

getSource

public java.lang.Object getSource()

kAWT Version 0.21