public interface PeriodicalStatisticProvider extends StatisticProvider
getPeriod() by
calling its method tick(). tick() will be called only when the ReportInfo#init(Context)
is called for all supported reports with non-null value, i.e. the reports are initialized and active.
It MUST be registered into the OSGi service registry as StatisticProvider.DEFAULT_PRECISION_INFO| Modifier and Type | Method and Description |
|---|---|
long |
getPeriod()
The period the
tick() shall be called on. |
void |
tick()
Called to notify that a period is passed by.
|
getCurrentValue, getDB, getGroup, getMergeType, getName, getPrecisionInfo, getReportTypes, getSummaryNames, hasCurrentValueSupport, setUplong getPeriod()
tick() shall be called on.void tick()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.