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