|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MenuListener
Menu listener interface.
Method Summary | |
---|---|
void |
itemInserted(Menu.Section section,
int index)
Called when a menu item has been inserted. |
void |
itemsRemoved(Menu.Section section,
int index,
Sequence<Menu.Item> removed)
Called when menu items have been removed. |
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 itemInserted(Menu.Section section, int index)
section
- index
- void itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
section
- index
- removed
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |