kAWT Version 0.25

java.awt.event
Class ActionEvent

java.lang.Object
  |
  +--java.awt.AWTEvent
        |
        +--java.awt.event.ActionEvent

public class ActionEvent
extends AWTEvent


Field Summary
static int ACTION_PERFORMED
           
 
Fields inherited from class java.awt.AWTEvent
consumed, id, source
 
Constructor Summary
ActionEvent(java.lang.Object source, int id, java.lang.String cmd)
           
 
Method Summary
 java.lang.String getActionCommand()
           
 
Methods inherited from class java.awt.AWTEvent
getID, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_PERFORMED

public static final int ACTION_PERFORMED
Constructor Detail

ActionEvent

public ActionEvent(java.lang.Object source,
                   int id,
                   java.lang.String cmd)
Method Detail

getActionCommand

public java.lang.String getActionCommand()

kAWT Version 0.25