Class PhaseEvent

java.lang.Object
java.util.EventObject
jakarta.faces.event.PhaseEvent
All Implemented Interfaces:
Serializable

public class PhaseEvent extends EventObject

PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specified FacesContext.

See Also: