类 FindCallback<T extends LCObject>


  • public abstract class FindCallback<T extends LCObject>
    extends LCCallback<java.util.List<T>>
    • 构造器详细资料

      • FindCallback

        public FindCallback()
    • 方法详细资料

      • done

        public abstract void done​(java.util.List<T> objects,
                                  LCException LCException)
        Override this function with the code you want to run after the fetch is complete.
        参数:
        objects - The objects matching the query, or null if it failed.
        LCException - The exception raised by the find, or null if it succeeded.