public abstract class ProgressCallback extends Object
The easiest way to use a ProgressCallback is through an anonymous inner class.
ProgressCallback()
abstract void
done(Integer percentDone)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProgressCallback()
public abstract void done(Integer percentDone)