Interface TestServerService.RequestExecutionCallBack

  • Enclosing interface:
    TestServerService

    public static interface TestServerService.RequestExecutionCallBack
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onFailed​(org.dominokit.rest.shared.request.ResponseBean response)  
      void onSuccess​(org.dominokit.rest.shared.request.ResponseBean response)  
    • Method Detail

      • onSuccess

        void onSuccess​(org.dominokit.rest.shared.request.ResponseBean response)
      • onFailed

        void onFailed​(org.dominokit.rest.shared.request.ResponseBean response)