Name

CommandListener

Hierarchy

  • CommandListener

Constructors

Methods

Constructors

Methods

  • Callback invoked when a command failed or is an unknown state.

    Parameters

    • subject: string

      The subject of the command.

    • commandErrorEvent: CommandErrorEvent

      Information about the command error.

    Returns void

  • Callback invoked when a command was successful.

    Parameters

    • subject: string

      The subject of the command.

    Returns void

Generated using TypeDoc