Package org.opencms.ui.contextmenu
Interface CmsContextMenu.ContextMenuClosedListener
- All Superinterfaces:
EventListener
- Enclosing class:
- CmsContextMenu
ContextMenuClosedListener is used to listen for the event that the
context menu is closed, either when a item is clicked or when the popup
is canceled.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the context menu is closed.
-
Field Details
-
MENU_CLOSED
The menu closed method.
-
-
Method Details