jmaf.core.IProgressNotifier
public class DummyIProgressNotifier
extends java.lang.Object
implements jmaf.core.IProgressNotifier
Constructor | Description |
---|---|
DummyIProgressNotifier() |
Modifier and Type | Method | Description |
---|---|---|
void |
beginTask(java.lang.String name,
int totalWork) |
|
void |
done() |
|
boolean |
isCanceled() |
|
void |
subTask(java.lang.String name) |
|
void |
worked(int work) |
public void beginTask(java.lang.String name, int totalWork)
beginTask
in interface jmaf.core.IProgressNotifier
public void done()
done
in interface jmaf.core.IProgressNotifier
public boolean isCanceled()
isCanceled
in interface jmaf.core.IProgressNotifier
public void subTask(java.lang.String name)
subTask
in interface jmaf.core.IProgressNotifier
public void worked(int work)
worked
in interface jmaf.core.IProgressNotifier