Interface IMenuListener2
- All Superinterfaces:
IMenuListener
- All Known Implementing Classes:
MenuManagerHideProcessor, MenuManagerShowProcessor, PopupMenuExtender
A menu listener that gets informed when a menu is about to hide.
- Since:
- 3.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidmenuAboutToHide(IMenuManager manager) Notifies this listener that the menu is about to be hidden by the given menu manager.Methods inherited from interface IMenuListener
menuAboutToShow
-
Method Details