Eclipse Platform
2.0

org.eclipse.jface.action
Interface IMenuListener

All Known Implementing Classes:
AbstractRulerActionDelegate

public interface IMenuListener

A menu listener that gets informed when a menu is about to show.

See Also:
MenuManager.addMenuListener(org.eclipse.jface.action.IMenuListener)

Method Summary
 void menuAboutToShow(IMenuManager manager)
          Notifies this listener that the menu is about to be shown by the given menu manager.
 

Method Detail

menuAboutToShow

public void menuAboutToShow(IMenuManager manager)
Notifies this listener that the menu is about to be shown by the given menu manager.

Parameters:
manager - the menu manager

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.