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 TypeMethodDescriptionvoid
Receives the data from a ProgrammingFinished event.
-
Method Details
-
onNewProgrammingFinished
Receives the data from a ProgrammingFinished event.- Parameters:
status
- TheAntPlusGeocachePcc.GeocacheRequestStatus
defining the result of the programming task.
-