java.lang.Object
org.omnifaces.eventlistener.DefaultViewEventListener
- All Implemented Interfaces:
FacesListener,SystemEventListener,EventListener
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisListenerForSource(Object source) voidprocessEvent(SystemEvent event)
-
Constructor Details
-
DefaultViewEventListener
public DefaultViewEventListener()
-
-
Method Details
-
processEvent
- Specified by:
processEventin interfaceSystemEventListener
-
isListenerForSource
- Specified by:
isListenerForSourcein interfaceSystemEventListener
-