|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MenuListener
Menu listener interface.
Nested Class Summary | |
---|---|
static class |
MenuListener.Adapter
Menu listener adapter. |
Method Summary | |
---|---|
void |
activeItemChanged(Menu menu,
Menu.Item previousActiveItem)
Called when a menu's active item has changed. |
void |
sectionInserted(Menu menu,
int index)
Called when a menu section has been inserted. |
void |
sectionsRemoved(Menu menu,
int index,
Sequence<Menu.Section> removed)
Called when menu sections have been removed. |
Method Detail |
---|
void sectionInserted(Menu menu, int index)
menu
- index
- void sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
menu
- index
- removed
- void activeItemChanged(Menu menu, Menu.Item previousActiveItem)
menu
- previousActiveItem
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |