public static interface AntPlusGeocachePcc.ISimpleProgressUpdateReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewSimpleProgressUpdate(int workUnitsFinished,
int totalUnitsWork)
Receives the data from a SimpleProgressUpdate event.
|
void onNewSimpleProgressUpdate(int workUnitsFinished, int totalUnitsWork)
workUnitsFinished
- The current number of work units finished.totalUnitsWork
- The total number of work units to finish in the given task.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.