Interface BaseCommand.CommandActionPreview

All Superinterfaces:
EventListener
Enclosing class:
BaseCommand<MCM extends BaseCommandMenuContentModel>

public static interface BaseCommand.CommandActionPreview extends EventListener
  • Method Details

    • onCommandPreviewActivated

      void onCommandPreviewActivated(BaseCommand command)
      Invoked when a command preview has been activated.
      Parameters:
      command - Command for which the preview has been activated.
    • onCommandPreviewCanceled

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