public final class EndAggMarkEvent extends AbstractQueryEvent
Constructor and Description |
---|
EndAggMarkEvent(java.lang.Object source,
java.lang.Long generation) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(QueryListener listener)
Dispatches this event to the listener
|
java.lang.Long |
getGeneration()
Get the generation number for the just completed generation of aggregate results.
|
public EndAggMarkEvent(java.lang.Object source, java.lang.Long generation)
source
- the source of the eventpublic java.lang.Long getGeneration()
public void dispatch(QueryListener listener)
dispatch
in class AbstractQueryEvent
listener
- the query listener