Package org.omnifaces.eventlistener
Class DefaultViewEventListener
- java.lang.Object
-
- org.omnifaces.eventlistener.DefaultViewEventListener
-
- All Implemented Interfaces:
FacesListener,SystemEventListener,EventListener
public abstract class DefaultViewEventListener extends Object implements SystemEventListener
Default implementation for the SystemEventListener interface that's used for the subset of system events that are registered as "view event" on the component tree's view root.- Since:
- 1.2
- Author:
- Arjan Tijms
- See Also:
Events.subscribeToViewEvent(Class, SystemEventListener),UIViewRoot.subscribeToViewEvent(Class, SystemEventListener)
-
-
Constructor Summary
Constructors Constructor Description DefaultViewEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisListenerForSource(Object source)voidprocessEvent(SystemEvent event)
-
-
-
Method Detail
-
processEvent
public void processEvent(SystemEvent event)
- Specified by:
processEventin interfaceSystemEventListener
-
isListenerForSource
public boolean isListenerForSource(Object source)
- Specified by:
isListenerForSourcein interfaceSystemEventListener
-
-