类 SaveCallback<T extends LCObject>

    • 构造器详细资料

      • SaveCallback

        public SaveCallback()
    • 方法详细资料

      • done

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