kAWT Version 0.96

java.awt
Class AWTEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--java.awt.AWTEvent
Direct Known Subclasses:
ActionEvent, AdjustmentEvent, InputEvent, ItemEvent, TextEvent, WindowEvent

public class AWTEvent
extends EventObject


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

Field Detail

id

protected int id

consumed

protected boolean consumed
Constructor Detail

AWTEvent

public AWTEvent(Object source,
                int id)
Method Detail

getID

public int getID()

kAWT Version 0.96