javax.swing.event
Interface  MenuListener
- public abstract interface MenuListener
- extends EventListener
  
Defines a listener for menu events.
 
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
 
 
Submit a bug or feature
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.