public interface Progress
extends java.lang.AutoCloseable
Dialogs.createProgress(String)| Modifier and Type | Method and 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
unknownCopyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.