public static interface CmsContextMenu.ContextMenuItemClickListener extends java.util.EventListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.reflect.Method |
ITEM_CLICK_METHOD
The item click method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
contextMenuItemClicked(CmsContextMenu.ContextMenuItemClickEvent event)
Called by the context menu item when it's clicked
|
static final java.lang.reflect.Method ITEM_CLICK_METHOD
void contextMenuItemClicked(CmsContextMenu.ContextMenuItemClickEvent event)
event - containing the information of which item was clicked