类 FollowCallback<T extends LCObject>

    • 构造器详细资料

      • FollowCallback

        public FollowCallback()
    • 方法详细资料

      • done

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