Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusGeocachePcc.IDataDownloadFinishedReceiver
- Enclosing class:
- AntPlusGeocachePcc
public static interface AntPlusGeocachePcc.IDataDownloadFinishedReceiver
Receiver for the DataDownloadFinished event, which is:
Receives the result of a finished data download.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNewDataDownloadFinished
(AntPlusGeocachePcc.GeocacheRequestStatus status, AntPlusGeocachePcc.GeocacheDeviceData downloadedData) Receives the data from a DataDownloadFinished event.
-
Method Details
-
onNewDataDownloadFinished
void onNewDataDownloadFinished(AntPlusGeocachePcc.GeocacheRequestStatus status, AntPlusGeocachePcc.GeocacheDeviceData downloadedData) Receives the data from a DataDownloadFinished event.- Parameters:
status
- TheAntPlusGeocachePcc.GeocacheRequestStatus
defining the result of the download.downloadedData
- The complete set of data downloaded from the device or null if the download was unsuccessful.
-