Package 

Interface IPropertyCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onError(String code, String error) callback on error
      abstract void onSuccess(T result) callback on success
      • Methods inherited from class java.lang.Object

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

      • onError

         abstract void onError(String code, String error)

        callback on error

        Parameters:
        code - Code of error
        error - Message of error
      • onSuccess

         abstract void onSuccess(T result)

        callback on success

        Parameters:
        result - The result