Property Inspector
Value Change Listener
Edit
Use to bind a UIInput component's tag valueChangeListener attribute to a managed bean's ValueChangeListener method. This method is notified when the value of the UI component changes.
Managed Bean
Select the managed bean that contains the method, or click New to create a new managed bean.
Method
Select a method from the list of acceptable methods on the bean, or click New to create a new method. The methods displayed by the list accept an oracle.adfmf.amx.event.ValueChangeEvent object as the only parameter and return nothing.
Mobile Developer's Guide for ADF, "Using Event Listeners"
Copyright © 19972013, Oracle. All rights reserved.