Interface ViewMapListener
- All Superinterfaces:
EventListener, FacesListener, SystemEventListener
Marker interface for SystemEvents that indicate the view map has been created
(PostConstructViewMapEvent, or destroyed (PreDestroyViewMapEvent).
- Since:
- 2.0
-
Method Summary
Methods inherited from interface SystemEventListener
isListenerForSource, processEventModifier and TypeMethodDescriptionbooleanisListenerForSource(Object source) This method must returntrueif and only if this listener instance is interested in receiving events from the instance referenced by thesourceparameter.voidprocessEvent(SystemEvent event) When called, the listener can assume that any guarantees given in the javadoc for the specificSystemEventsubclass are true.