| greendroid.widget.ActionBar.OnActionBarListener |
Interface definition for a callback to be invoked when a user is
interacting with an ActionBar.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | HOME_ITEM | Index used to indicate the ActionBar home item has been clicked. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clients may listen to this method in order to be notified the user
has clicked on an item.
| |||||||||||
Index used to indicate the ActionBar home item has been clicked.
Clients may listen to this method in order to be notified the user has clicked on an item.
| position | The position of the item in the action bar.
HOME_ITEM means the user
pressed the "Home" button. 0 means the user clicked the
first ActionBarItem (the leftmost item) and so on.
|
|---|