Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusBloodPressurePcc.IDownloadAllHistoryFinishedReceiver
- Enclosing class:
- AntPlusBloodPressurePcc
public static interface AntPlusBloodPressurePcc.IDownloadAllHistoryFinishedReceiver
Receiver for the DownloadAllHistoryFinished event
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDownloadAllHistoryFinished
(AntFsRequestStatus statusCode) Receives the data from a DownloadAllHistoryFinished event.
-
Method Details
-
onDownloadAllHistoryFinished
Receives the data from a DownloadAllHistoryFinished event.- Parameters:
statusCode
- TheAntFsRequestStatus
indicating the result of the request.
-