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.
MenuListener
,
MenuEvent
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
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0