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.
MenuListener,
MenuEvent,
Sample code and further information| 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 operationCopyright © 2017. All Rights Reserved.