to top
Android APIs
Added in API level 11
public static interface

ActionBar.OnNavigationListener

android.app.ActionBar.OnNavigationListener

Class Overview

Listener interface for ActionBar navigation events.

Summary

Public Methods

? Examples
abstract boolean onNavigationItemSelected(int itemPosition, long itemId)
This method is called whenever a navigation item in your action bar is selected.

Public Methods

public abstract boolean onNavigationItemSelected (int itemPosition, long itemId)

Added in API level 11

This method is called whenever a navigation item in your action bar is selected.

Parameters
itemPosition Position of the item clicked.
itemId ID of the item clicked.
Returns
  • True if the event was handled, false otherwise.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.