Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusGeocachePcc.IProgrammingFinishedReceiver
- Enclosing class:
- AntPlusGeocachePcc
public static interface AntPlusGeocachePcc.IProgrammingFinishedReceiver
Receiver for the ProgrammingFinished event, which is:
Receives the result of a finished programming task.
-
Method Summary
Modifier and TypeMethodDescriptionvoidReceives the data from a ProgrammingFinished event.
-
Method Details
-
onNewProgrammingFinished
Receives the data from a ProgrammingFinished event.- Parameters:
status- TheAntPlusGeocachePcc.GeocacheRequestStatusdefining the result of the programming task.
-