public class PostQueryEvent extends AbstractQueryEvent
Query fired after a query has run.
Fields inherited from class | Fields |
---|---|
class AbstractQueryEvent |
query |
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 |
---|---|---|
|
public QueryEventType |
getEventType()
|
|
public java.util.List |
getResults()
|
|
public 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.