MenuAdapter

This adapter class provides default implementations for the methods described by the <code>MenuListener</code> interface. <p> Classes that wish to deal with <code>MenuEvent</code>s can extend this class and override only the methods which they are interested in. </p>

@see MenuListener @see MenuEvent @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

Members

Functions

menuHidden
void menuHidden(MenuEvent e)

Sent when a menu is hidden. The default behavior is to do nothing.

menuShown
void menuShown(MenuEvent e)

Sent when a menu is shown. The default behavior is to do nothing.

Inherited Members

From MenuListener

menuHidden
void menuHidden(MenuEvent e)

Sent when a menu is hidden.

menuShown
void menuShown(MenuEvent e)

Sent when a menu is shown.

Meta