Interface IMenuListener2

All Superinterfaces:
IMenuListener

public interface IMenuListener2 extends IMenuListener
A menu listener that gets informed when a menu is about to hide.
Since:
3.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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