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 TypeMethodDescriptionvoidonDownloadAllHistoryFinished(AntFsRequestStatus statusCode) Receives the data from a DownloadAllHistoryFinished event.
-
Method Details
-
onDownloadAllHistoryFinished
Receives the data from a DownloadAllHistoryFinished event.- Parameters:
statusCode- TheAntFsRequestStatusindicating the result of the request.
-