Java Platform 1.2

javax.swing.event
Interface MenuListener


public abstract interface MenuListener
extends EventListener

Defines a listener for menu events.


Method Summary
 void menuCanceled(MenuEvent e)
          Invoked when the menu selection is canceled.
 void menuDeselected(MenuEvent e)
          Invoked when the menu selection changes.
 void menuSelected(MenuEvent e)
          Invoked when a menu item is selected.
 

Method Detail

menuSelected

public void menuSelected(MenuEvent e)
Invoked when a menu item is selected.
Parameters:
e - a MenuEvent object

menuDeselected

public void menuDeselected(MenuEvent e)
Invoked when the menu selection changes.
Parameters:
e - a MenuEvent object

menuCanceled

public void menuCanceled(MenuEvent e)
Invoked when the menu selection is canceled.
Parameters:
e - a MenuEvent object

Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.