com.incrediblesoft.redjey.event
Class ActionEvent

java.lang.Object
  extended by com.incrediblesoft.redjey.event.AbstractEvent
      extended by com.incrediblesoft.redjey.event.ActionEvent

public class ActionEvent
extends AbstractEvent


Field Summary
static int ACTION_PERFOMED
           
 
Fields inherited from class com.incrediblesoft.redjey.event.AbstractEvent
ACTION_EVENT, FOCUS_EVENT, MOUSE_EVENT, PAINT_EVENT
 
Constructor Summary
ActionEvent(Component source)
           
 
Method Summary
 
Methods inherited from class com.incrediblesoft.redjey.event.AbstractEvent
consume, getEventType, getID, getSource, isConsumed, setID, setSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_PERFOMED

public static final int ACTION_PERFOMED
See Also:
Constant Field Values
Constructor Detail

ActionEvent

public ActionEvent(Component source)