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 TypeMethodDescriptionvoid
Receives the data from a DownloadAllHistoryFinished event.
-
Method Details
-
onDownloadAllHistoryFinished
Receives the data from a DownloadAllHistoryFinished event.- Parameters:
status
- TheAntFsRequestStatus
indicating the result of the request.
-