Class AggregatingCalculationListener<T>

  • Type Parameters:
    T - the type of the aggregate result
    All Implemented Interfaces:
    CalculationListener
    Direct Known Subclasses:
    ResultsListener

    public abstract class AggregatingCalculationListener<T>
    extends Object
    implements CalculationListener
    Superclass for mutable calculation listeners that collect the results of individual calculations and create a single aggregate result when the calculations are complete.