Property Inspector
RangeChangeListener
Edit
Use to bind any listener tag attribute on a UI component to a managed bean's listener method. The method you are binding the attribute to is notified when the corresponding event occurs.
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.adfmnf.javax.amx.event.RangeChangeEvent object as the only parameter and return nothing.
Mobile Developer's Guide for ADF, "Using Event Listeners"
Copyright © 19972013, Oracle. All rights reserved.