Package 

Interface IIGetHomeWetherSketchCallBack

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(WeatherBean result) On success.
      abstract void onFailure(String errorCode, String errorMsg) On error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onFailure

         abstract void onFailure(String errorCode, String errorMsg)

        On error.

        Parameters:
        errorCode - error code.
        errorMsg - error message.