public abstract class AbstractStatisticsAggregator extends Object
Constructor and Description |
---|
AbstractStatisticsAggregator() |
Modifier and Type | Method and Description |
---|---|
abstract void |
aggregate(AbstractStatisticsEvent event)
Aggregates data from the provided event.
|
abstract void |
merge(AbstractStatisticsAggregator aggregator)
Merges data from the provided aggregator into this aggregator.
|
abstract Object |
retrieveAggregation()
Retrieves aggregated data.
|
public abstract void aggregate(AbstractStatisticsEvent event)
event
- AbstractStatisticsEvent
instance
public abstract Object retrieveAggregation()
Object
public abstract void merge(AbstractStatisticsAggregator aggregator)
aggregator
- from which data will be taken.
Copyright © 1998–2022 iText Group NV. All rights reserved.