Package | Description |
---|---|
be.panako.cli |
Panako command line applications.
|
be.panako.strategy |
Modifier and Type | Method and Description |
---|---|
void |
Monitor.handleEmptyResult(QueryResult r) |
void |
Monitor.handleQueryResult(QueryResult r) |
static void |
Panako.printQueryResult(java.lang.String query,
QueryResult r) |
Modifier and Type | Method and Description |
---|---|
static QueryResult |
QueryResult.emptyQueryResult(double queryTimeOffsetStart,
double queryTimeOffsetStop) |
Modifier and Type | Method and Description |
---|---|
void |
QueryResultHandler.handleEmptyResult(QueryResult result) |
void |
QueryResultHandler.handleQueryResult(QueryResult result)
Handle the result of a query.
|