public abstract class AbstractQueryEvent extends ApplicationEvent
Base class for query events.
Constructor and description |
---|
AbstractQueryEvent(Query query) |
AbstractQueryEvent(java.lang.Object source, Query query) |
Type Params | Return Type | Name and description |
---|---|---|
|
public abstract QueryEventType |
getEventType()
|
|
public Query |
getQuery() Get the query from the event. |
The query.
Get the query from the event.