Interface ClientCallback<T>


  • public interface ClientCallback<T>
    Author:
    Emanuel Muckenhuber
    • Method Detail

      • completed

        void completed​(T result)
        Invoked when an operation completed.
        Parameters:
        result - the operation result
      • failed

        void failed​(java.io.IOException e)
        Invoked when the operation failed.
        Parameters:
        e - the exception