Package jakarta.faces.event
Class PreDestroyApplicationEvent
java.lang.Object
java.util.EventObject
jakarta.faces.event.SystemEvent
jakarta.faces.event.PreDestroyApplicationEvent
- All Implemented Interfaces:
Serializable
- Since:
- 2.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionPreDestroyApplicationEvent
(Application application) PreDestroyApplicationEvent
(FacesContext facesContext, Application application) -
Method Summary
Methods inherited from class jakarta.faces.event.SystemEvent
getFacesContext, isAppropriateListener, processListener
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PreDestroyApplicationEvent
- Parameters:
application
-
-
PreDestroyApplicationEvent
- Since:
- 2.3
-
-
Method Details
-
getApplication
- Returns:
- the application object tied to this event
-