Package javax.faces.event
Class PreDestroyApplicationEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.PreDestroyApplicationEvent
- All Implemented Interfaces:
Serializable
This event must be published by the
runtime before the factories associated with this Application are released.
This event is useful for listeners that
need to perform custom shutdown processing without having to rely on
ServletContextListeners which will be invoked after all
of the application artifacts have been removed.
- Since:
- 2.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPreDestroyApplicationEvent(Application application) Constructs a newPreDestroyApplicationEventfor this application. -
Method Summary
Methods inherited from class javax.faces.event.SystemEvent
isAppropriateListener, processListenerMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PreDestroyApplicationEvent
Constructs a new
PreDestroyApplicationEventfor this application.- Parameters:
application- the application that has been configured- Since:
- 2.0
-
-
Method Details
-
getApplication
The source
Applicationthat sent this event.- Since:
- 2.0
-