android.support.v7.app.ActionBar.OnNavigationListener |
Listener for receiving ActionBar
navigation events.
Note: This interface is included in the support library for compatibility
with API level 7 and higher. If you're developing your app for API level 11 and higher
only, you should instead use the framework ActionBar.OnNavigationListener
interface.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is called whenever a navigation item in your action bar is selected.
|
This method is called whenever a navigation item in your action bar is selected.
itemPosition | Position of the item clicked. |
---|---|
itemId | ID of the item clicked. |