类 FollowersAndFolloweesCallback<T extends LCObject>


  • public abstract class FollowersAndFolloweesCallback<T extends LCObject>
    extends LCCallback<java.util.Map<java.lang.String,​java.util.List<T>>>
    • 构造器详细资料

      • FollowersAndFolloweesCallback

        public FollowersAndFolloweesCallback()
    • 方法详细资料

      • done

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

        protected final void internalDone0​(java.util.Map<java.lang.String,​java.util.List<T>> returnValue,
                                           LCException e)
        指定者:
        internalDone0 在类中 LCCallback<java.util.Map<java.lang.String,​java.util.List<T extends LCObject>>>