类 DeleteCallback

    • 构造器详细资料

      • DeleteCallback

        public DeleteCallback()
    • 方法详细资料

      • done

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