Class StatusListCallback

java.lang.Object
cn.leancloud.callback.LCCallback<List<LCStatus>>
cn.leancloud.callback.StatusListCallback

public abstract class StatusListCallback extends LCCallback<List<LCStatus>>
  • Constructor Details

    • StatusListCallback

      public StatusListCallback()
  • Method Details

    • done

      public abstract void done(List<LCStatus> statusObjects, LCException LCException)
      Override this function with the code you want to run after the fetch is complete.
      Parameters:
      statusObjects - The objects matching the query, or null if it failed.
      LCException - The exception raised by the operation, or null if it succeeded.
    • internalDone0

      protected final void internalDone0(List<LCStatus> returnValue, LCException e)
      Specified by:
      internalDone0 in class LCCallback<List<LCStatus>>