public abstract class ProgressCallback extends AVCallback<Integer>
A ProgressCallback is used to get progress of an operation.
The easiest way to use a ProgressCallback is through an anonymous inner class.
| Constructor and Description |
|---|
ProgressCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
done(Integer percentDone) |
protected void |
internalDone0(Integer returnValue,
AVException e)
Override this function with your desired callback.
|
internalDone, internalDone, mustRunOnUIThreadpublic abstract void done(Integer percentDone)
protected final void internalDone0(Integer returnValue, AVException e)
internalDone0 in class AVCallback<Integer>Copyright © 2017. All rights reserved.