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