Interface FitFileCommon.IFitFileDownloadedReceiver
- Enclosing class:
- FitFileCommon
public static interface FitFileCommon.IFitFileDownloadedReceiver
Receiver for the FitFileDownloaded event, which is:
Receives FIT files that have finished downloading
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNewFitFileDownloaded
(FitFileCommon.FitFile downloadedFitFile) Receives the data from a FitFileDownloaded event.
-
Method Details
-
onNewFitFileDownloaded
Receives the data from a FitFileDownloaded event.- Parameters:
downloadedFitFile
- The FIT file downloaded.
-