javax.faces.event
Class PreDestroyApplicationEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.PreDestroyApplicationEvent
- All Implemented Interfaces:
- Serializable
public class PreDestroyApplicationEvent
- extends SystemEvent
- Since:
- 2.0
- See Also:
- Serialized Form
PreDestroyApplicationEvent
public PreDestroyApplicationEvent(Application application)
- Parameters:
application
-
getApplication
public Application getApplication()
- Returns:
- the application object tied to this event
Copyright © 2014 The Apache Software Foundation. All rights reserved.