eu.keep.uphec.mainwindow.menubar.renderfile
Class StartEmulationProcessThread

Object
  extended by javax.swing.SwingWorker<String,Object>
      extended by StartEmulationProcessThread
All Implemented Interfaces:
Runnable, Future<String>, RunnableFuture<String>

public class StartEmulationProcessThread
extends javax.swing.SwingWorker<String,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
StartEmulationProcessThread(ManualConfigurationDialog manualConfigurationDialog)
           
 
Method Summary
 String doInBackground()
           
 void done()
           
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartEmulationProcessThread

public StartEmulationProcessThread(ManualConfigurationDialog manualConfigurationDialog)
Method Detail

doInBackground

public String doInBackground()
Specified by:
doInBackground in class javax.swing.SwingWorker<String,Object>

done

public void done()
Overrides:
done in class javax.swing.SwingWorker<String,Object>