| Modifier and Type | Method and Description |
|---|---|
<E extends T> |
QueryEventHandlerSet.handle(QueryEvent<E> action) |
<E extends T> |
QueryEventHandler.handle(QueryEvent<E> qe)
Handles a Query event.
|
protected void |
Query.onCreated(QueryEvent<I> action)
This method is called each time an object has been initialized with the
current row data.
|
protected <E extends I> |
Query.onCreating(QueryEvent<E> action)
This method is called before the creation of a new object.
|
Copyright © 2013. All rights reserved.