Android APIs
Added in API level 11
Deprecated since API level 21
public static interface

ActionBar.OnNavigationListener

android.app.ActionBar.OnNavigationListener

This interface was deprecated in API level 21.
Action bar navigation modes are deprecated and not supported by inline toolbar action bars. Consider using other common navigation patterns instead.

Class Overview

Listener interface for ActionBar navigation events.

Summary

Public Methods
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.