public interface IProgressMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
beginTask(String name,
int totalWorked)
Begin task.
|
void |
done()
Done.
|
void |
subTask(String name)
Sub task.
|
void |
worked(int work)
Worked.
|
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.