Interface CmsContextMenu.ContextMenuOpenedListener.ComponentListener

All Superinterfaces:
CmsContextMenu.ContextMenuOpenedListener, EventListener
Enclosing interface:
CmsContextMenu.ContextMenuOpenedListener

ComponentListener is used when context menu is extending a component and works in mode where auto opening is disabled. For example if ContextMenu is assigned to a Layout and layout is right clicked when auto open feature is disabled, the open listener would be called instead of menu opening automatically. Example usage is for example as follows:

event.getContextMenu().open(event.getRequestSourceComponent());