Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusWeightScalePcc.IDownloadAllHistoryFinishedReceiver
- Enclosing class:
- AntPlusWeightScalePcc
public static interface AntPlusWeightScalePcc.IDownloadAllHistoryFinishedReceiver
Receiver for the DownloadAllHistoryFinished event, which is:
Receives the result of a
AntPlusWeightScalePcc.requestDownloadAllHistory(IDownloadAllHistoryFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver) command.-
Method Summary
Modifier and TypeMethodDescriptionvoidReceives the data from a DownloadAllHistoryFinished event.
-
Method Details
-
onDownloadAllHistoryFinished
Receives the data from a DownloadAllHistoryFinished event.- Parameters:
status- TheAntFsRequestStatusindicating the result of the request.
-