public interface QueryResultHandler
Modifier and Type | Method and Description |
---|---|
void |
handleEmptyResult(QueryResult result) |
void |
handleQueryResult(QueryResult result)
Handle the result of a query.
|
void handleQueryResult(QueryResult result)
result
- The result to handlevoid handleEmptyResult(QueryResult result)