Package org.eclipse.jface.action
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 TypeMethodDescriptionvoid
menuAboutToHide
(IMenuManager manager) Notifies this listener that the menu is about to be hidden by the given menu manager.Methods inherited from interface org.eclipse.jface.action.IMenuListener
menuAboutToShow
-
Method Details