类 RefreshCallback<T extends LCObject>

    • 构造器详细资料

      • RefreshCallback

        public RefreshCallback()
    • 方法详细资料

      • done

        public abstract void done​(T object,
                                  LCException e)
        Override this function with the code you want to run after the save is complete.
        参数:
        object - return object.
        e - The exception raised by the save, or null if it succeeded.