public interface QueryEvent
Generic event related to the Query Lifecycle.
Events related to this super-interface must be handled by the methods of
QueryListener
.
Field Summary |
---|
Fields inherited from interface Event |
---|
RESULT_GENERIC_ERROR, RESULT_OK |
Method Summary | |
---|---|
Query |
getQuery()
Returns the query associated to this event. |
Methods inherited from interface Event |
---|
getResult |
Method Detail |
---|
Query getQuery()
null
is never returned.