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