public class SwingWorkerDelegator extends SwingWorker
| Constructor and Description | 
|---|
| SwingWorkerDelegator(XProgressMonitor monitor,
                    XProgressDialog dialog,
                    Worker delegate)Start a thread that will call  delegate.constructand then
 exit. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | construct()Compute the value to be returned by the  getmethod. | 
| void | finished()Called on the event dispatching thread (not on the worker thread) after
 the  constructmethod has returned. | 
public SwingWorkerDelegator(XProgressMonitor monitor, XProgressDialog dialog, Worker delegate)
delegate.construct and then
 exit.public Object construct()
get method.construct in class SwingWorkerpublic void finished()
construct method has returned.finished in class SwingWorkerCopyright © 2019. All Rights Reserved.