All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.MenuMulticaster

java.lang.Object
   |
   +----java.awt.AWTEventMulticaster
           |
           +----com.sun.java.swing.MenuMulticaster

public class MenuMulticaster
extends AWTEventMulticaster
implements MenuListener
MenuEvent Multicaster


Constructor Index

 o MenuMulticaster(EventListener, EventListener)

Method Index

 o add(MenuListener, MenuListener)
 o addInternal(MenuListener, MenuListener)
 o menuCancelled(MenuEvent)
 o menuDeselected(MenuEvent)
 o menuSelected(MenuEvent)
 o remove(MenuListener)
 o remove(MenuListener, MenuListener)
 o removeInternal(MenuListener, MenuListener)

Constructors

 o MenuMulticaster
 protected MenuMulticaster(EventListener a,
                           EventListener b)

Methods

 o menuSelected
 public void menuSelected(MenuEvent e)
 o menuDeselected
 public void menuDeselected(MenuEvent e)
 o menuCancelled
 public void menuCancelled(MenuEvent e)
 o add
 public static MenuListener add(MenuListener a,
                                MenuListener b)
 o remove
 public static MenuListener remove(MenuListener l,
                                   MenuListener oldl)
 o remove
 protected EventListener remove(MenuListener oldl)
 o addInternal
 protected static EventListener addInternal(MenuListener a,
                                            MenuListener b)
 o removeInternal
 protected static EventListener removeInternal(MenuListener l,
                                               MenuListener oldl)

All Packages  Class Hierarchy  This Package  Previous  Next  Index