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