public class CodiJsf2SystemEventListener extends Object implements javax.faces.event.SystemEventListener, Deactivatable
Constructor and Description |
---|
CodiJsf2SystemEventListener()
Constructor which checks the activation of the listener
|
Modifier and Type | Method and Description |
---|---|
boolean |
isActivated()
Returns if the current instance is active or not.
|
boolean |
isListenerForSource(Object source) |
void |
processEvent(javax.faces.event.SystemEvent systemEvent)
Broadcasts
PostConstructApplicationEvent and PreDestroyApplicationEvent for CDI observers. |
public CodiJsf2SystemEventListener()
public boolean isListenerForSource(Object source)
isListenerForSource
in interface javax.faces.event.SystemEventListener
public void processEvent(javax.faces.event.SystemEvent systemEvent)
PostConstructApplicationEvent
and PreDestroyApplicationEvent
for CDI observers.
processEvent
in interface javax.faces.event.SystemEventListener
public boolean isActivated()
isActivated
in interface Deactivatable
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.