All Implemented Interfaces:
FacesListener
Implementors of this class do not need
an isListenerForSource()
method because they are only
installed on specific component instances, therefore the
isListenerForSource()
method is implicit. Also, the
#processEvent method on this interface takes a
ComponentSystemEvent because the event will always be associated with
a javax.faces.component.UIComponent instance.
2.0
- Method from javax.faces.event.ComponentSystemEventListener Summary: |
---|
processEvent |
Method from javax.faces.event.ComponentSystemEventListener Detail: |
---|
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true. |