public interface ProgressPlugin
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProgressPlugin.Task
Represents an ongoing task.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressPlugin.Task |
startTask(java.lang.String name,
int size)
Start a task with the specified name.
|
ProgressPlugin.Task startTask(java.lang.String name, int size)
name - The name of the task -- must not be null.size - The expected size of the task, or -1 if not known in advance.