Constructor and Description |
---|
QueryImpl(ConnectionImpl connection,
long queryId,
QueryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
dispose() |
void |
handleData(List<Event> data) |
void |
handleStateChange(QueryState state,
Throwable error) |
void |
loadMore(int count)
Load more data
|
public QueryImpl(ConnectionImpl connection, long queryId, QueryListener listener)
public void loadMore(int count)
Query
public void handleStateChange(QueryState state, Throwable error)
public void dispose()