Constructor and Description |
---|
QueryImpl(ExecutorService executor,
ConnectionImpl connection,
long queryId,
QueryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
dispose() |
QueryListener |
getListener() |
void |
handleData(QueryListener listener,
List<Event> data) |
void |
handleStateChange(QueryListener listener,
QueryState state,
Throwable error) |
void |
loadMore(int count)
Load more data
|
public QueryImpl(ExecutorService executor, ConnectionImpl connection, long queryId, QueryListener listener)
public void loadMore(int count)
Query
public void handleStateChange(QueryListener listener, QueryState state, Throwable error)
public void dispose()
public void handleData(QueryListener listener, List<Event> data)
public QueryListener getListener()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.