public abstract class MenuAdapter extends Object implements MenuListener
MenuListener interface.
Classes that wish to deal with MenuEvents can
extend this class and override only the methods which they are
interested in.
| Constructor and Description |
|---|
MenuAdapter() |
| 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.
|
public void menuHidden(MenuEvent e)
menuHidden in interface MenuListenere - an event containing information about the menu operationpublic void menuShown(MenuEvent e)
menuShown in interface MenuListenere - an event containing information about the menu operation
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.