JSR-209 (Final Release)

javax.swing.event
Interface MenuListener

All Superinterfaces:
java.util.EventListener

public interface MenuListener
extends java.util.EventListener

Defines a listener for menu events.


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

Method Detail

menuSelected

public void menuSelected(MenuEvent e)
Invoked when a menu is selected.

Parameters:
e - a MenuEvent object

menuDeselected

public void menuDeselected(MenuEvent e)
Invoked when the menu is deselected.

Parameters:
e - a MenuEvent object

menuCanceled

public void menuCanceled(MenuEvent e)
Invoked when the menu is canceled.

Parameters:
e - a MenuEvent object

JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.