- All Superinterfaces:
- EventListener
A popup menu listener
- 
Method SummaryModifier and TypeMethodDescriptionvoidThis method is called when the popup menu is canceledvoidThis method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any timevoidThis method is called before the popup menu becomes visible
- 
Method Details- 
popupMenuWillBecomeVisibleThis method is called before the popup menu becomes visible- Parameters:
- e- a- PopupMenuEventcontaining the source of the event
 
- 
popupMenuWillBecomeInvisibleThis method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time- Parameters:
- e- a- PopupMenuEventcontaining the source of the event
 
- 
popupMenuCanceledThis method is called when the popup menu is canceled- Parameters:
- e- a- PopupMenuEventcontaining the source of the event
 
 
-