类 StatusListCallback

    • 构造器详细资料

      • StatusListCallback

        public StatusListCallback()
    • 方法详细资料

      • done

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