public interface MenuListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a menu using the
addMenuListener
method and removed using
the removeMenuListener
method. When the
menu is hidden or shown, the appropriate method will
be invoked.
MenuAdapter
,
MenuEvent
Modifier and Type | Method and Description |
---|---|
void |
menuHidden(MenuEvent e)
Sent when a menu is hidden.
|
void |
menuShown(MenuEvent e)
Sent when a menu is shown.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.