Class ActionEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActionEvent
    extends FacesEvent

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

    See Also:
    Serialized Form
    • Constructor Detail

      • 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:
        java.lang.IllegalArgumentException - if component is null