kAWT Version 0.90

java.awt
Class AWTEvent

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

public class AWTEvent
extends Object


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

Field Detail

source

protected Object source

id

protected int id

consumed

protected boolean consumed
Constructor Detail

AWTEvent

public AWTEvent(Object source,
                int id)
Method Detail

getID

public int getID()

getSource

public Object getSource()

kAWT Version 0.90