Uses of Interface
javax.faces.event.FacesListener

Packages that use FacesListener
javax.faces.component   
javax.faces.event   
 

Uses of FacesListener in javax.faces.component
 

Methods in javax.faces.component that return FacesListener
protected abstract  FacesListener[] UIComponent.getFacesListeners(Class clazz)
           
protected  FacesListener[] UIComponentBase.getFacesListeners(Class clazz)
           
 

Methods in javax.faces.component with parameters of type FacesListener
protected abstract  void UIComponent.addFacesListener(FacesListener listener)
           
protected  void UIComponentBase.addFacesListener(FacesListener listener)
           
protected abstract  void UIComponent.removeFacesListener(FacesListener listener)
           
protected  void UIComponentBase.removeFacesListener(FacesListener listener)
           
 

Uses of FacesListener in javax.faces.event
 

Subinterfaces of FacesListener in javax.faces.event
 interface ActionListener
          see Javadoc of JSF Specification
 interface ValueChangeListener
          see Javadoc of JSF Specification
 

Methods in javax.faces.event with parameters of type FacesListener
abstract  boolean FacesEvent.isAppropriateListener(FacesListener faceslistener)
           
 boolean ActionEvent.isAppropriateListener(FacesListener facesListeners)
           
 boolean ValueChangeEvent.isAppropriateListener(FacesListener facesListeners)
           
abstract  void FacesEvent.processListener(FacesListener faceslistener)
           
 void ActionEvent.processListener(FacesListener facesListeners)
           
 void ValueChangeEvent.processListener(FacesListener facesListeners)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.