All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.event.ActionEvent
java.lang.Object
|
+----com.bulletproof.gui.GUIEvent
|
+----com.bulletproof.gui.event.ActionEvent
- public class ActionEvent
- extends GUIEvent
The action semantic event.
- See Also:
- ActionListener
-
ACTION_PERFORMED
-
-
ActionEvent(Object, int, String)
- Constructs an ActionEvent object with the specified source object.
-
getActionCommand()
- Returns the command name associated with this action.
ACTION_PERFORMED
public static final int ACTION_PERFORMED
ActionEvent
public ActionEvent(Object source,
int id,
String cmd)
- Constructs an ActionEvent object with the specified source object.
- Parameters:
- source - the object where the event originated
- id - the type of event
- command - the command string for this action event
getActionCommand
public String getActionCommand()
- Returns the command name associated with this action.
All Packages Class Hierarchy This Package Previous Next Index