T - The type of the item handled.public class QueryEventHandlerSet<T> extends HashSet<QueryEventHandler<T>> implements QueryEventHandler<T>
| Constructor and Description |
|---|
QueryEventHandlerSet() |
| Modifier and Type | Method and Description |
|---|---|
<E extends T> |
handle(QueryEvent<E> action)
Handles a Query event.
|
add, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic <E extends T> void handle(QueryEvent<E> action)
QueryEventHandlerhandle in interface QueryEventHandler<T>action - The query event informations.Copyright © 2013. All rights reserved.