com.parse
Class ProgressCallback
Object
com.parse.ProgressCallback
public abstract class ProgressCallback
- extends Object
A ProgressCallback is used to get progress of an operation.
The easiest way to use a ProgressCallback is through an anonymous inner class.
Method Summary |
abstract void |
done(Integer percentDone)
Override this function with your desired callback. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressCallback
public ProgressCallback()
done
public abstract void done(Integer percentDone)
- Override this function with your desired callback.