Class FollowersAndFolloweesCallback<T extends LCObject>

java.lang.Object
cn.leancloud.callback.LCCallback<Map<String,List<T>>>
cn.leancloud.callback.FollowersAndFolloweesCallback<T>

public abstract class FollowersAndFolloweesCallback<T extends LCObject> extends LCCallback<Map<String,List<T>>>
  • Constructor Details

    • FollowersAndFolloweesCallback

      public FollowersAndFolloweesCallback()
  • Method Details

    • done

      public abstract void done(Map<String,List<T>> avObjects, LCException LCException)
      Override this function with the code you want to run after the fetch is complete.
      Parameters:
      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(Map<String,List<T>> returnValue, LCException e)
      Specified by:
      internalDone0 in class LCCallback<Map<String,List<T extends LCObject>>>