SwingWorker
Class SwingWorker<T,V>
- java.lang.Object
-
- javax.swing.SwingWorker<T,V>
- Type Parameters:
-
T
- the result type returned by thisSwingWorker's
doInBackground
andget
methods -
V
- the type used for carrying out intermediate results by thisSwingWorker's
publish
andprocess
methods
- All Implemented Interfaces:
- Runnable, Future<T>, RunnableFuture<T>
public