ProgressObserverpublic class LocalFileSaveTask extends Task
| Constructor | Description |
|---|---|
LocalFileSaveTask(java.io.File file,
java.lang.String body,
java.lang.String charset) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
_run() |
This is the method you have to implement and that will be executed
in the thread.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcancel, getLabel, getMaximum, getState, getStatus, getValue, isCancellable, run, setCancellable, setLabel, setMaximum, setStatus, setValue, toStringpublic LocalFileSaveTask(java.io.File file,
java.lang.String body,
java.lang.String charset)
public void _run()
Task_run in class TaskTask._run()