Class QueryChange


  • public final class QueryChange
    extends Object
    Information about changes in a query result changes, reported by a live query.
    • Method Detail

      • getQuery

        @NonNull
        public Query getQuery()
        Return the source live query object.
      • getResults

        @Nullable
        public ResultSet getResults()
        Return the new query result.
      • getError

        @Nullable
        public Throwable getError()
        Return the error occurred when running the query.