Interface RibbonGalleryContentModel.GalleryCommandActionPreview

All Superinterfaces:
EventListener
Enclosing class:
RibbonGalleryContentModel

public static interface RibbonGalleryContentModel.GalleryCommandActionPreview extends EventListener
Listener for tracking command preview events.
  • Method Details

    • onCommandPreviewActivated

      void onCommandPreviewActivated(BaseCommand command)
      Invoked when the preview of a command in this gallery model is activated.
      Parameters:
      command - Command for which the preview has been activated.
    • onCommandPreviewCanceled

      void onCommandPreviewCanceled(BaseCommand command)
      Invoked when the command preview has been canceled.
      Parameters:
      command - Command for which the preview has been canceled.