| Package | Description |
|---|---|
| org.apache.commons.functor.aggregator |
This package contains the interfaces and utilities needed to implement
an aggregation service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTimedAggregator.addTimerListener(TimedAggregatorListener<T> listener)
If this
Aggregator has been started with timer support, it
will add the given listener, so it receives
timer events. |
boolean |
AbstractTimedAggregator.removeTimerListener(TimedAggregatorListener<T> listener)
Removes a listener from the timer listeners list if previously added.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.