com.parse
Class ProgressCallback

Object
  extended by 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.


Constructor Summary
ProgressCallback()
           
 
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
 

Constructor Detail

ProgressCallback

public ProgressCallback()
Method Detail

done

public abstract void done(Integer percentDone)
Override this function with your desired callback.