com.actionbarsherlock.view
Interface MenuItem.OnMenuItemClickListener
- Enclosing interface:
- MenuItem
public static interface MenuItem.OnMenuItemClickListener
Interface definition for a callback to be invoked when a menu item is
clicked.
- See Also:
Activity#onContextItemSelected(MenuItem),
Activity#onOptionsItemSelected(MenuItem)
onMenuItemClick
boolean onMenuItemClick(MenuItem item)
- Called when a menu item has been invoked. This is the first code
that is executed; if it returns true, no other callbacks will be
executed.
- Parameters:
item - The menu item that was invoked.
- Returns:
- Return true to consume this click and prevent others from
executing.
Copyright © 2012-2013. All Rights Reserved.