|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.base.gui.AbstractUIController.TaskRunnable
private class AbstractUIController.TaskRunnable
Field Summary | |
---|---|
private WorkerTask |
task_
|
private java.lang.Throwable |
throwable_
|
Constructor Summary | |
---|---|
AbstractUIController.TaskRunnable(WorkerTask task)
Create an instance |
Method Summary | |
---|---|
void |
run()
Run the task |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Throwable throwable_
private final WorkerTask task_
Constructor Detail |
---|
public AbstractUIController.TaskRunnable(WorkerTask task)
task
- The task that will be runMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |