Interface IMenuListener
- All Known Subinterfaces:
IMenuListener2
- All Known Implementing Classes:
AbstractRulerActionDelegate, BookmarkRulerAction, MenuManagerHideProcessor, MenuManagerShowProcessor, MergeSourceViewer, PopupMenuExtender, RulerBreakpointTypesActionDelegate, RulerEnableDisableBreakpointActionDelegate, RulerRunToLineActionDelegate, RulerToggleBreakpointActionDelegate, SelectRulerAction, TaskRulerAction
public interface IMenuListener
A menu listener that gets informed when a menu is about to show.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidmenuAboutToShow(IMenuManager manager) Notifies this listener that the menu is about to be shown by the given menu manager.
-
Method Details