public interface Progress extends AutoCloseable
Dialogs.createProgress(String)
Modifier and Type | Method and Description |
---|---|
void |
progress(String message,
int percentage,
int timeToFinishInSecs)
Indicate progress
|
close
void progress(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
unknownCopyright © 2021 aQute SARL. All rights reserved.