com.eviware.soapui.support.swing
Class SwingWorkerDelegator

java.lang.Object
  extended by com.eviware.soapui.support.swing.SwingWorker
      extended by com.eviware.soapui.support.swing.SwingWorkerDelegator

public class SwingWorkerDelegator
extends SwingWorker

Author:
Lars Høidahl

Constructor Summary
SwingWorkerDelegator(com.eviware.x.dialogs.XProgressMonitor monitor, com.eviware.x.dialogs.XProgressDialog dialog, com.eviware.x.dialogs.Worker delegate)
          Start a thread that will call delegate.construct and then exit.
 
Method Summary
 java.lang.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.
 
Methods inherited from class com.eviware.soapui.support.swing.SwingWorker
get, getValue, interrupt, setValue, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingWorkerDelegator

public SwingWorkerDelegator(com.eviware.x.dialogs.XProgressMonitor monitor,
                            com.eviware.x.dialogs.XProgressDialog dialog,
                            com.eviware.x.dialogs.Worker delegate)
Start a thread that will call delegate.construct and then exit.

Method Detail

construct

public java.lang.Object construct()
Compute the value to be returned by the get method.

Specified by:
construct in class SwingWorker

finished

public void finished()
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.

Overrides:
finished in class SwingWorker


Copyright © 2005-2008 eviware.com. All Rights Reserved.