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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPreDestroyApplicationEvent(Application application) PreDestroyApplicationEvent(FacesContext facesContext, Application application) 
- 
Method SummaryMethods inherited from class jakarta.faces.event.SystemEventgetFacesContext, isAppropriateListener, processListenerMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
PreDestroyApplicationEvent- Parameters:
- application-
 
- 
PreDestroyApplicationEvent- Since:
- 2.3
 
 
- 
- 
Method Details- 
getApplication- Returns:
- the application object tied to this event
 
 
-