T
- Type of object the Aggregator
is operating on.public interface TimedAggregatorListener<T>
AbstractTimedAggregator
to
receive notifications when the timer kicks in.Modifier and Type | Method and Description |
---|---|
void |
onTimer(AbstractTimedAggregator<T> aggregator,
T evaluation)
Received when the aggregator listening to has triggered the timer.
|
void onTimer(AbstractTimedAggregator<T> aggregator, T evaluation)
aggregator
- Aggregator which has triggered the time event in the first
place.evaluation
- Current evaluation
result
of the aggregator which triggered the eventCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.