swingwt.awt
Class AWTEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.AWTEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActionEvent, AdjustmentEvent, ComponentEvent, InputMethodEvent, InternalFrameEvent, ItemEvent, TextEvent, WindowEvent

public class AWTEvent
extends java.util.EventObject
implements java.io.Serializable

See Also:
Serialized Form

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

Field Detail

eventID

protected int eventID

consumed

protected boolean consumed
Constructor Detail

AWTEvent

public AWTEvent(java.lang.Object source)

AWTEvent

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

getID

public int getID()

setSource

public void setSource(java.lang.Object newSource)

isConsumed

public boolean isConsumed()

consume

public void consume()