Interface CommandResultEvent

All Known Subinterfaces:
CommandErrorEvent

public interface CommandResultEvent

Provides result information for commands.

The CommandResultEvent will be provided on callbacks to a CommandResultListener.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the payload of the event.
  • Method Details

    • getPayload

      Object getPayload()

      Returns the payload of the event.

      Returns:
      The payload.