public class GetDataTask extends ProgressMonitorTask
| Constructor and Description |
|---|
GetDataTask(GetDataRunnable getData,
String name,
Object o) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Applications call this to get an error message.
|
void |
run()
Here is where the work gets done.
|
cancel, getNote, getProgress, isCancel, isDone, isError, isSuccess, setError, setProgresspublic GetDataTask(GetDataRunnable getData, String name, Object o)
public void run()
ProgressMonitorTaskrun in interface Runnablerun in class ProgressMonitorTaskpublic String getErrorMessage()
ProgressMonitorTaskgetErrorMessage in class ProgressMonitorTask