java.util.EventListenerpublic static interface RibbonGalleryContentModel.GalleryCommandActionPreview
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onCommandPreviewActivated(Command command) |
Invoked when the preview of a command in this gallery model is activated.
|
void |
onCommandPreviewCanceled(Command command) |
Invoked when the command preview has been canceled.
|
void onCommandPreviewActivated(Command command)
command - Command for which the preview has been activated.void onCommandPreviewCanceled(Command command)
command - Command for which the preview has been canceled.