Class PostConstructApplicationEventListener
- java.lang.Object
-
- org.primefaces.extensions.application.PostConstructApplicationEventListener
-
- All Implemented Interfaces:
java.util.EventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListener
public class PostConstructApplicationEventListener extends java.lang.Object implements javax.faces.event.SystemEventListenerSystemEventListenerwhich displays the PrimeFaces Extensions version on startup.- Since:
- 0.2
- Version:
- $Revision$
- Author:
- Thomas Andraschko / last modified by $Author$
-
-
Constructor Summary
Constructors Constructor Description PostConstructApplicationEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisListenerForSource(java.lang.Object source)voidprocessEvent(javax.faces.event.SystemEvent event)
-
-
-
Method Detail
-
isListenerForSource
public boolean isListenerForSource(java.lang.Object source)
- Specified by:
isListenerForSourcein interfacejavax.faces.event.SystemEventListener
-
processEvent
public void processEvent(javax.faces.event.SystemEvent event)
- Specified by:
processEventin interfacejavax.faces.event.SystemEventListener
-
-