com.gargoylesoftware.base.gui
private class AbstractUIController.TaskRunnable extends Object implements Runnable
Field Summary | |
---|---|
WorkerTask | task_ |
Throwable | throwable_ |
Constructor Summary | |
---|---|
TaskRunnable(WorkerTask task)
Create an instance |
Method Summary | |
---|---|
void | run() Run the task |
Parameters: task The task that will be run