| android.view.Menu.OnSelectionListener |
Interface to find out when the selection state of a menu item changes.
| void | onSelection(Item item, boolean selected) | ||||
| Called when the selection state of a menu item changes, due to the user moving in or out of it. | |||||
| item | The menu item whose state changed. |
|---|---|
| selected | True if the item is now selected, else false. |