Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusWatchDownloaderPcc.IDownloadActivitiesFinishedReceiver
- Enclosing class:
- AntPlusWatchDownloaderPcc
public static interface AntPlusWatchDownloaderPcc.IDownloadActivitiesFinishedReceiver
Receiver for the download activity commands.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Receives the data from a DownloadActivitiesFinished event.
-
Method Details
-
onNewDownloadActivitiesFinished
Receives the data from a DownloadActivitiesFinished event.- Parameters:
status
- TheAntFsRequestStatus
indicating the result of the request.
-