public abstract class AggreGateSwingWorker<T>
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
AggreGateSwingWorker() |
| Modifier and Type | Method and Description |
|---|---|
T |
execute() |
T |
executeWithExceptions() |
abstract void |
run() |
protected void |
set(T value) |
T |
start() |
public T start()
public T execute()
public T executeWithExceptions() throws java.lang.InterruptedException, java.lang.reflect.InvocationTargetException
java.lang.InterruptedExceptionjava.lang.reflect.InvocationTargetExceptionpublic abstract void run()
run in interface java.lang.Runnableprotected void set(T value)