Interface RibbonGalleryContentModel.GalleryCommandActionPreview
- All Superinterfaces:
EventListener
- Enclosing class:
RibbonGalleryContentModel
Listener for tracking command preview events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCommandPreviewActivated
(BaseCommand command) Invoked when the preview of a command in this gallery model is activated.void
onCommandPreviewCanceled
(BaseCommand command) Invoked when the command preview has been canceled.
-
Method Details
-
onCommandPreviewActivated
Invoked when the preview of a command in this gallery model is activated.- Parameters:
command
- Command for which the preview has been activated.
-
onCommandPreviewCanceled
Invoked when the command preview has been canceled.- Parameters:
command
- Command for which the preview has been canceled.
-