ProgressObserver
public class MarkersSaveRequest extends Task
Modifier and Type | Field | Description |
---|---|---|
protected Buffer |
buffer |
|
static java.lang.String |
ERROR_OCCURRED |
|
protected java.lang.String |
markersPath |
|
protected java.lang.String |
path |
|
protected java.lang.Object |
session |
|
protected VFS |
vfs |
|
protected View |
view |
Constructor | Description |
---|---|
MarkersSaveRequest(View view,
Buffer buffer,
java.lang.Object session,
VFS vfs,
java.lang.String path) |
Creates a new I/O request for markers.
|
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, wait
cancel, getLabel, getMaximum, getState, getStatus, getValue, isCancellable, run, setCancellable, setLabel, setMaximum, setStatus, setValue, toString
public static final java.lang.String ERROR_OCCURRED
protected View view
protected Buffer buffer
protected java.lang.Object session
protected VFS vfs
protected java.lang.String path
protected java.lang.String markersPath