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

Variable Index

 o ACTION_PERFORMED

Constructor Index

 o ActionEvent(Object, int, String)
Constructs an ActionEvent object with the specified source object.

Method Index

 o getActionCommand()
Returns the command name associated with this action.

Variables

 o ACTION_PERFORMED
 public static final int ACTION_PERFORMED

Constructors

 o 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

Methods

 o getActionCommand
 public String getActionCommand()
Returns the command name associated with this action.


All Packages  Class Hierarchy  This Package  Previous  Next  Index