Interface ResponseCallback


@Deprecated public interface ResponseCallback
Deprecated.
2019-06-20
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    caught(Throwable exception)
    Deprecated.
    caught exception.
    void
    done(Object response)
    Deprecated.
    done.
  • Method Details

    • done

      void done(Object response)
      Deprecated.
      done.
      Parameters:
      response -
    • caught

      void caught(Throwable exception)
      Deprecated.
      caught exception.
      Parameters:
      exception -