Property Inspector
SelectionListener
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 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 method displayed by the list accept an oracle.adfmnf.amx.event.SelectionEvent object as the only parameter and return nothing.
Mobile Developer's Guide for ADF, "Using Event Listeners"
Copyright © 19972013, Oracle. All rights reserved.