Class ActionEvent

java.lang.Object
java.util.EventObject
jakarta.faces.event.FacesEvent
jakarta.faces.event.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: