T - The type of the object on witch the query is operating on.public interface QueryEventHandler<T>
| Modifier and Type | Method and Description |
|---|---|
<E extends T> |
handle(QueryEvent<E> qe)
Handles a Query event.
|
<E extends T> void handle(QueryEvent<E> qe)
qe - The query event informations.Copyright © 2013. All rights reserved.