javax.swing.plaf.basic
Class BasicPopupMenuUI.BasicPopupMenuListener

java.lang.Object
  extended byjavax.swing.plaf.basic.BasicPopupMenuUI.BasicPopupMenuListener
All Implemented Interfaces:
EventListener, PopupMenuListener
Enclosing class:
BasicPopupMenuUI

private class BasicPopupMenuUI.BasicPopupMenuListener
extends Object
implements PopupMenuListener

This Listener fires the Action that provides the correct auditory feedback.

Since:
1.4

Constructor Summary
private BasicPopupMenuUI.BasicPopupMenuListener()
           
 
Method Summary
 void popupMenuCanceled(PopupMenuEvent e)
          This method is called when the popup menu is canceled
 void popupMenuWillBecomeInvisible(PopupMenuEvent e)
          This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
 void popupMenuWillBecomeVisible(PopupMenuEvent e)
          This method is called before the popup menu becomes visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPopupMenuUI.BasicPopupMenuListener

private BasicPopupMenuUI.BasicPopupMenuListener()
Method Detail

popupMenuCanceled

public void popupMenuCanceled(PopupMenuEvent e)
Description copied from interface: PopupMenuListener
This method is called when the popup menu is canceled

Specified by:
popupMenuCanceled in interface PopupMenuListener

popupMenuWillBecomeInvisible

public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
Description copied from interface: PopupMenuListener
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time

Specified by:
popupMenuWillBecomeInvisible in interface PopupMenuListener

popupMenuWillBecomeVisible

public void popupMenuWillBecomeVisible(PopupMenuEvent e)
Description copied from interface: PopupMenuListener
This method is called before the popup menu becomes visible

Specified by:
popupMenuWillBecomeVisible in interface PopupMenuListener