| Modifier and Type | Class and Description |
|---|---|
class |
QueryEventHandlerSet<T>
A set used to contain and call QueryEventHandlers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.addCreatedHandler(QueryEventHandler<I> handler)
Adds a post initialization handler.
|
void |
Query.addCreatingHandler(QueryEventHandler<I> handler)
Adds a creating handler.
|
void |
Query.removeCreatedHandler(QueryEventHandler<I> handler)
Removes a post initialization handler.
|
void |
Query.removeCreatingHandler(QueryEventHandler<I> handler)
Removes a creating handler.
|
Copyright © 2013. All rights reserved.