|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface Progress
ProgressStatus of a command. Indicates this command generates
progress status as it executes. Use this annotation to inject a
ProgressStatus instance. The
ProgressStatus object can be used to asynchronously generate ongoing
progress messages and command completion information.
ProgressStatus| Optional Element Summary | |
|---|---|
String |
name
Optional: Context of the progress. |
int |
totalStepCount
Number of steps necessary to complete the operation. |
public abstract String name
public abstract int totalStepCount
ProgressStatus.setTotalStepCount
If the step count is not established then a completion percentage
will not be included in the progress output.
ProgressStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||