Class DeleteCallback

java.lang.Object
cn.leancloud.callback.LCCallback<LCNull>
cn.leancloud.callback.DeleteCallback

public abstract class DeleteCallback extends LCCallback<LCNull>
  • Constructor Details

    • DeleteCallback

      public DeleteCallback()
  • Method Details

    • done

      public abstract void done(LCException e)
      Override this function with the code you want to run after the delete is complete.
      Parameters:
      e - The exception raised by the delete, or null if it succeeded.
    • internalDone0

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