T
- The type of value computed by the task.
Use thread pool to run tasks that compute a value.
Thanks to Carsten for cleaning this up.public abstract class PooledSwingWorker<T> extends SwingWorker<T>
Constructor and Description |
---|
PooledSwingWorker()
Start a thread that will call the
construct method and then
exit. |
Modifier and Type | Method and Description |
---|---|
void |
start()
Start the worker thread.
|
construct, execute, finished, get, getExecutionException, getFuture, interrupt, isInterrupted, setExecutionException, setFuture
public PooledSwingWorker()
construct
method and then
exit.public void start()
start
in interface ISwingWorker<T>
start
in class SwingWorker<T>
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details