Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: MethodBindingValueChangeListener [javadoc | source]
java.lang.Object
   javax.faces.component.MethodBindingAdapterBase
      javax.faces.component.MethodBindingValueChangeListener

All Implemented Interfaces:
    StateHolder, ValueChangeListener

MethodBindingValueChangeListener is an ValueChangeListenerListener that wraps a MethodBinding . When it receives a ValueChangeEvent , it executes a method on an object identified by the MethodBinding .

Constructor:
 public MethodBindingValueChangeListener() 
 public MethodBindingValueChangeListener(MethodBinding methodBinding) 
Method from javax.faces.component.MethodBindingValueChangeListener Summary:
getWrapped,   isTransient,   processValueChange,   restoreState,   saveState,   setTransient
Methods from javax.faces.component.MethodBindingAdapterBase:
getExpectedCause
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.MethodBindingValueChangeListener Detail:
 public MethodBinding getWrapped() 
 public boolean isTransient() 
 public  void processValueChange(ValueChangeEvent actionEvent) throws AbortProcessingException 
 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setTransient(boolean newTransientValue)