Eclipse Platform
Release 3.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
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.