Class ActionEvent

java.lang.Object
java.util.EventObject
org.eclipse.draw2d.ActionEvent
All Implemented Interfaces:
Serializable

public class ActionEvent extends EventObject
An event that occurs as a result of an action being performed.
See Also:
  • Constructor Details

    • ActionEvent

      public ActionEvent(Object source)
      Constructs a new ActionEvent with source as the source of the event.
      Parameters:
      source - The source of the event
    • ActionEvent

      public ActionEvent(Object source, String name)
      Constructs a new ActionEvent with source as the source of the event and name as the name of the action that was performed.
      Parameters:
      source - The source of the event
      name - The name of the action
  • Method Details

    • getActionName

      public String getActionName()
      Returns the name of the action that was performed.
      Returns:
      String The name of the action