public static interface PopupMenu.OnMenuItemClickListener
Modifier and Type | Method and Description |
---|---|
boolean |
onMenuItemClick(MenuItem item)
This method will be invoked when a menu item is clicked if the item
itself did not already handle the event.
|
boolean onMenuItemClick(MenuItem item)
item
- the menu item that was clickedtrue
if the event was handled, false
otherwise