public interface ContextMenuListener<_Source> extends BaseEventListener<_Source>
Application.addContextMenuListener(ContextMenuListener)
to add such a listener.Modifier and Type | Method and Description |
---|---|
void |
contextMenuCreated(ContextMenuEventObject<_Source> event)
Callback method that gets called when a context menu has been created.
|
void |
contextMenuDeleted(ContextMenuEventObject<_Source> event)
Callback method that gets called when a context menu has been deleted.
|
void contextMenuCreated(ContextMenuEventObject<_Source> event)
event
- The information about the menu and the pane ID.void contextMenuDeleted(ContextMenuEventObject<_Source> event)
event
- The information about the menu and the pane ID.www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.