jmaf.core.IProgressNotifierpublic 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.IProgressNotifierpublic void done()
done in interface jmaf.core.IProgressNotifierpublic boolean isCanceled()
isCanceled in interface jmaf.core.IProgressNotifierpublic void subTask(java.lang.String name)
subTask in interface jmaf.core.IProgressNotifierpublic void worked(int work)
worked in interface jmaf.core.IProgressNotifier