Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusBloodPressurePcc.IResetDataAndSetTimeFinishedReceiver
- Enclosing class:
- AntPlusBloodPressurePcc
public static interface AntPlusBloodPressurePcc.IResetDataAndSetTimeFinishedReceiver
Receiver for the ResetDataAndSetTimeFinished event, which is:
Receives the result of a
AntPlusBloodPressurePcc.requestResetDataAndSetTime(boolean, IResetDataAndSetTimeFinishedReceiver, IAntFsProgressUpdateReceiver) command.-
Method Summary
Modifier and TypeMethodDescriptionvoidonNewResetDataAndSetTimeFinished(AntFsRequestStatus statusCode) Receives the data from a ResetDataAndSetTimeFinished event.
-
Method Details
-
onNewResetDataAndSetTimeFinished
Receives the data from a ResetDataAndSetTimeFinished event.- Parameters:
statusCode- TheAntFsRequestStatusindicating the result of the request.
-