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