|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.util.SwingWorker<T>
com.bbn.openmap.util.PooledSwingWorker<T>
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>
Constructor Summary | |
---|---|
PooledSwingWorker()
Start a thread that will call the construct method and then
exit. |
Method Summary | |
---|---|
void |
start()
Start the worker thread. |
Methods inherited from class com.bbn.openmap.util.SwingWorker |
---|
construct, execute, finished, get, getExecutionException, getFuture, interrupt, isInterrupted, setExecutionException, setFuture |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PooledSwingWorker()
construct
method and then
exit.
Method Detail |
---|
public void start()
start
in interface ISwingWorker<T>
start
in class SwingWorker<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |