Class SystemEvent

java.lang.Object
java.util.EventObject
jakarta.faces.event.SystemEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentSystemEvent, ExceptionQueuedEvent, PostConstructApplicationEvent, PostConstructCustomScopeEvent, PostKeepFlashValueEvent, PostPutFlashValueEvent, PreClearFlashEvent, PreDestroyApplicationEvent, PreDestroyCustomScopeEvent, PreRemoveFlashValueEvent

public abstract class SystemEvent extends EventObject

SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.

Since:
2.0
See Also: