Class ActionEvent

All Implemented Interfaces:
Serializable

public class ActionEvent extends FacesEvent

An ActionEvent represents the activation of a user interface component (such as a UICommand).

See Also:
  • Constructor Details

    • ActionEvent

      public ActionEvent(UIComponent component)

      Construct a new event object from the specified source component and action command.

      Parameters:
      component - Source UIComponent for this event
      Throws:
      IllegalArgumentException - if component is null
  • Method Details