类 CountCallback


  • public abstract class CountCallback
    extends LCCallback<java.lang.Integer>
    • 构造器详细资料

      • CountCallback

        public CountCallback()
    • 方法详细资料

      • done

        public abstract void done​(int count,
                                  LCException e)
        Override this function with the code you want to run after the count is complete.
        参数:
        count - The number of objects matching the query, or -1 if it failed.
        e - The exception raised by the count, or null if it succeeded.
      • internalDone0

        protected final void internalDone0​(java.lang.Integer returnValue,
                                           LCException e)
        internal done function.
        指定者:
        internalDone0 在类中 LCCallback<java.lang.Integer>
        参数:
        returnValue - return value.
        e - exception.