Query fired after a query has run.
Fields inherited from class | Fields |
---|---|
class AbstractQueryEvent |
query |
Type | Name and description |
---|---|
java.util.List |
results |
Constructor and description |
---|
PostQueryEvent
(Query query, java.util.List results) |
PostQueryEvent
(java.lang.Object source, Query query, java.util.List results) |
Type Params | Return Type | Name and description |
---|---|---|
|
QueryEventType |
getEventType() @return The type of event. |
|
java.util.List |
getResults()
|
|
void |
setResults(java.util.List results) Reset the list of results to a new list. |
Methods inherited from class | Name |
---|---|
class AbstractQueryEvent |
getEventType, getQuery |
Reset the list of results to a new list. This allows an event handler to modify the results of a query.
results
- The replacement results.