- All Superinterfaces:
 EventListener
A popup menu listener
- 
Method Summary
Modifier 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
- 
popupMenuWillBecomeVisible
This method is called before the popup menu becomes visible- Parameters:
 e- aPopupMenuEventcontaining the source of the event
 - 
popupMenuWillBecomeInvisible
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time- Parameters:
 e- aPopupMenuEventcontaining the source of the event
 - 
popupMenuCanceled
This method is called when the popup menu is canceled- Parameters:
 e- aPopupMenuEventcontaining the source of the event
 
 -