public static interface MenuItem.OnMenuItemClickListener
Modifier and Type | Method and Description |
---|---|
boolean |
onMenuItemClick(MenuItem item)
Called when a menu item has been invoked.
|
boolean onMenuItemClick(MenuItem item)
item
- The menu item that was invoked.