T
- W
- public abstract static class AbstractController.ControllerWorker<T,W>
extends javax.swing.SwingWorker<T,W>
Constructor and Description |
---|
ControllerWorker() |
Modifier and Type | Method and Description |
---|---|
abstract void |
prepareUi()
Run on the ui thread before the background task starts
|