All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.event.MenuListener

public interface MenuListener
extends EventListener
MenuListener


Method Index

 o menuCancelled(MenuEvent)
 o menuDeselected(MenuEvent)
 o menuSelected(MenuEvent)

Methods

 o menuSelected
 public abstract void menuSelected(MenuEvent e)
 o menuDeselected
 public abstract void menuDeselected(MenuEvent e)
 o menuCancelled
 public abstract void menuCancelled(MenuEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index