Package org.apache.myfaces.event
Class PostClientWindowAndViewInitializedEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- jakarta.faces.event.SystemEvent
- 
- org.apache.myfaces.event.PostClientWindowAndViewInitializedEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PostClientWindowAndViewInitializedEvent extends SystemEvent - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description PostClientWindowAndViewInitializedEvent(Object source)
 - 
Method Summary- 
Methods inherited from class jakarta.faces.event.SystemEventgetFacesContext, isAppropriateListener, processListener
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PostClientWindowAndViewInitializedEventpublic PostClientWindowAndViewInitializedEvent(Object source) 
 
- 
 
-