java.lang.AutoCloseablepublic interface Progress
extends java.lang.AutoCloseable
Dialogs.createProgress(String)| Modifier and Type | Method | Description |
|---|---|---|
void |
progress(java.lang.String message,
int percentage,
int timeToFinishInSecs) |
Indicate progress
|
void progress(java.lang.String message,
int percentage,
int timeToFinishInSecs)
message - The subject that is being worked uponpercentage - Progress in percentage or -1 if unknowntimeToFinishInSecs - Time to finish the work in seconds or -1 if
unknown