Interface Command<T>


  • public interface Command<T>
    RemoteCommand
    Version:
    $Revision: $
    Author:
    Aslak Knutsen
    • Method Detail

      • getResult

        T getResult()
      • setResult

        void setResult​(T result)
      • setThrowable

        void setThrowable​(Throwable throwable)