|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ asyncjob overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.lib.asyncjob
Interface AsyncJobProgressReporter

- public interface AsyncJobProgressReporter
An object that is passed to an AsyncJob during a run so it can report on its progress.
| Method Summary | |
void |
updateProgress(float fractionDone,
java.lang.String progressString)
Send a progress update |
| Method Detail |
updateProgress
public void updateProgress(float fractionDone,
java.lang.String progressString)
- Send a progress update
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ asyncjob overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC