Interface Command.CommandActionPreview

  • All Superinterfaces:
    java.util.EventListener
    Enclosing class:
    Command


    public static interface Command.CommandActionPreview
    extends java.util.EventListener
    • Method Detail

      • onCommandPreviewActivated

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

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