org.primefaces.extensions.application
Class PostConstructApplicationEventListener

java.lang.Object
  extended by 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.SystemEventListener

SystemEventListener which displays the PrimeFaces Extensions version on startup.

Since:
0.2
Version:
$Revision$
Author:
Thomas Andraschko / last modified by $Author$

Constructor Summary
PostConstructApplicationEventListener()
           
 
Method Summary
 boolean isListenerForSource(java.lang.Object source)
           
 void processEvent(javax.faces.event.SystemEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostConstructApplicationEventListener

public PostConstructApplicationEventListener()
Method Detail

isListenerForSource

public boolean isListenerForSource(java.lang.Object source)
Specified by:
isListenerForSource in interface javax.faces.event.SystemEventListener

processEvent

public void processEvent(javax.faces.event.SystemEvent event)
Specified by:
processEvent in interface javax.faces.event.SystemEventListener


Copyright © 2011-2013. All Rights Reserved.