public interface MICallback
| Modifier and Type | Method and Description |
|---|---|
int |
onProgressUpdated(int progress)
Delivers information about the approximate percentage of the image processing to the client.
|
int onProgressUpdated(int progress)
progress - - The percentage of the current work which has already been done. It is in the range from 0 to 100.