Package 

Interface IGetHomeWetherCallBack

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(List<DashBoardBean> 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

      • onSuccess

         abstract void onSuccess(List<DashBoardBean> result)

        On success.

        Parameters:
        result - The list of DashBoardBean.
      • onFailure

         abstract void onFailure(String errorCode, String errorMsg)

        On error.

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