public static interface ProgressWheel.ProgressCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onProgressUpdate(float progress)
Method to call when the progress reaches a value
in order to avoid float precision issues, the progress
is rounded to a float with two decimals.
|
void onProgressUpdate(float progress)
progress - a double value between 0.00 and 1.00 both included