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
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
- See Also:
- Serialized Form
PostConstructApplicationEvent
public PostConstructApplicationEvent(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.