public class MenuAdapter extends Object implements GriffonPivotAdapter, MenuListener
MenuListener.Adapter| Constructor and Description | 
|---|
MenuAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activeItemChanged(Menu arg0,
                 Menu.Item arg1)  | 
CallableWithArgs<Void> | 
getActiveItemChanged()  | 
CallableWithArgs<Void> | 
getSectionInserted()  | 
CallableWithArgs<Void> | 
getSectionsRemoved()  | 
void | 
sectionInserted(Menu arg0,
               int arg1)  | 
void | 
sectionsRemoved(Menu arg0,
               int arg1,
               Sequence<Menu.Section> arg2)  | 
void | 
setActiveItemChanged(CallableWithArgs<Void> activeItemChanged)  | 
void | 
setSectionInserted(CallableWithArgs<Void> sectionInserted)  | 
void | 
setSectionsRemoved(CallableWithArgs<Void> sectionsRemoved)  | 
public CallableWithArgs<Void> getSectionInserted()
public CallableWithArgs<Void> getSectionsRemoved()
public CallableWithArgs<Void> getActiveItemChanged()
public void setSectionInserted(CallableWithArgs<Void> sectionInserted)
public void setSectionsRemoved(CallableWithArgs<Void> sectionsRemoved)
public void setActiveItemChanged(CallableWithArgs<Void> activeItemChanged)
public void sectionInserted(Menu arg0, int arg1)
sectionInserted in interface MenuListenerpublic void sectionsRemoved(Menu arg0, int arg1, Sequence<Menu.Section> arg2)
sectionsRemoved in interface MenuListenerpublic void activeItemChanged(Menu arg0, Menu.Item arg1)
activeItemChanged in interface MenuListener