|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Runnable2
An interface to be passed to a method that spawns a swing worker. The worker task passed in might be sizeable, and will be run in the SwingWorker thread, after the method's own task has completed.
The GUI task will be executed in the Swing Event Dispatch Thread after both tasks have been completed.
Runnable| Method Summary | |
|---|---|
void |
runGUI(boolean result)
Run the "GUI" task |
void |
runWorker(boolean result)
Run the "worker" task |
| Method Detail |
|---|
void runWorker(boolean result)
void runGUI(boolean result)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||