public abstract class MenuAdapter extends java.lang.Object implements MenuListener
MenuListener
interface.
Classes that wish to deal with MenuEvent
s 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 MenuListener
e
- an event containing information about the menu operationpublic void menuShown(MenuEvent e)
menuShown
in interface MenuListener
e
- an event containing information about the menu operation