|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Progress
Used to report on the progress of a running Process
.
The contents of the Map returned by get() are described by ProcessFactory.getResultInfo()
description.
Field Summary | |
---|---|
static float |
WORKING
Value of getProgress used to represent an undefined amount of work. |
Method Summary | |
---|---|
float |
getProgress()
Amount of work completed. |
Methods inherited from interface java.util.concurrent.Future |
---|
cancel, get, get, isCancelled, isDone |
Field Detail |
---|
static final float WORKING
Method Detail |
---|
float getProgress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |