com.ldodds.twinkle.ui.action
Class QueryWorker

java.lang.Object
  extended by SwingWorker
      extended by com.ldodds.twinkle.ui.action.QueryWorker

public class QueryWorker
extends SwingWorker


Constructor Summary
QueryWorker(QueryInterface queryInterface)
           
 
Method Summary
protected  java.lang.Object doInBackground()
           
protected  void done()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryWorker

public QueryWorker(QueryInterface queryInterface)
Method Detail

doInBackground

protected java.lang.Object doInBackground()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

done

protected void done()