|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Menu.SectionListener
Section 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 |
nameChanged(Menu.Section section,
String previousName)
Called when a section's name has changed. |
Method Detail |
---|
void itemInserted(Menu.Section section, int index)
section
- index
- void itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
section
- index
- removed
- void nameChanged(Menu.Section section, String previousName)
section
- previousName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |