Home » Mojarra-2.0.1 » javax » faces » event » [javadoc | source]
javax.faces.event
public interface: ComponentSystemEventListener [javadoc | source]

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.

Method from javax.faces.event.ComponentSystemEventListener Summary:
processEvent
Method from javax.faces.event.ComponentSystemEventListener Detail:
 public  void processEvent(ComponentSystemEvent event) throws AbortProcessingException

    When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.