Interface ClientCallback<T>


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

    Modifier and Type
    Method
    Description
    void
    completed(T result)
    Invoked when an operation completed.
    void
    Invoked when the operation failed.
  • Method Details

    • completed

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

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