org.apache.empire.jsf2.app
Class AppStartupListener

java.lang.Object
  extended by org.apache.empire.jsf2.app.AppStartupListener
All Implemented Interfaces:
EventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListener

public class AppStartupListener
extends Object
implements javax.faces.event.SystemEventListener


Constructor Summary
AppStartupListener()
           
 
Method Summary
 boolean isListenerForSource(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

AppStartupListener

public AppStartupListener()
Method Detail

isListenerForSource

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

processEvent

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


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.