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 Detail

      • getPayload

        java.lang.Object getPayload()

        Returns the payload of the event.

        Returns:
        The payload.