ProgressPluginpublic class LoggingProgressPlugin extends java.lang.Object implements ProgressPlugin
ProgressPlugin.Task| Constructor | Description |
|---|---|
LoggingProgressPlugin() |
| Modifier and Type | Method | Description |
|---|---|---|
ProgressPlugin.Task |
startTask(java.lang.String name,
int size) |
Start a task with the specified name.
|
public ProgressPlugin.Task startTask(java.lang.String name, int size)
ProgressPluginstartTask in interface ProgressPluginname - The name of the task -- must not be null.size - The expected size of the task, or -1 if not known in advance.