Package aQute.bnd.service.message
Interface Progress
- All Superinterfaces:
AutoCloseable
Progress monitor. You can create a progress monitor through
Dialogs.createProgress(String)
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
progress
Indicate progress- Parameters:
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
-