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: 696523 $ $Date: 2009-03-14 19:57:35 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
- See Also:
- Serialized Form
PostConstructApplicationEvent
public PostConstructApplicationEvent(Application application)
- Parameters:
application
-
getApplication
public Application getApplication()
- Returns:
- the application object tied to this event
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.