public interface Query
Modifier and Type | Method and Description |
---|---|
void |
close()
Query can be disposed.
|
QueryResult |
getResult()
This method returns all data available for the specified
TimeInterval . |
QueryResult |
getUpdate()
This method can be polled at regular interval and should return right
away with the data is already available, even if incomplete.
|
void |
update(QueryParameters queryParameters)
Changes the parameters for the query.
|
void update(QueryParameters queryParameters)
queryParameters
- QueryResult getResult()
TimeInterval
.QueryResult getUpdate()
void close()
Copyright © 2010–2015. All rights reserved.