com.actionbarsherlock.view
Interface Window.Callback

All Known Implementing Classes:
ActionBarSherlockCompat
Enclosing class:
Window

public static interface Window.Callback


Method Summary
 boolean onMenuItemSelected(int featureId, MenuItem item)
          Called when a panel's menu item has been selected by the user.
 

Method Detail

onMenuItemSelected

boolean onMenuItemSelected(int featureId,
                           MenuItem item)
Called when a panel's menu item has been selected by the user.

Parameters:
featureId - The panel that the menu is in.
item - The menu item that was selected.
Returns:
boolean Return true to finish processing of selection, or false to perform the normal menu handling (calling its Runnable or sending a Message to its target Handler).


Copyright © 2012-2013. All Rights Reserved.