Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusBloodPressurePcc.IMeasurementDownloadedReceiver
- Enclosing class:
- AntPlusBloodPressurePcc
public static interface AntPlusBloodPressurePcc.IMeasurementDownloadedReceiver
Receiver for the MeasurementDownloaded event, which is:
Receives measurements as they are downloaded by a
AntPlusBloodPressurePcc.requestDownloadMeasurements(boolean, boolean, IDownloadMeasurementsStatusReceiver, IMeasurementDownloadedReceiver, IAntFsProgressUpdateReceiver)
request.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Receives the data from a MeasurementDownloaded event.
-
Method Details
-
onMeasurementDownloaded
Receives the data from a MeasurementDownloaded event.- Parameters:
measurement
- The measurement downloaded.
-