edu.wwu.tobikley.acgc.ui
Class ACGC.CountingTask

java.lang.Object
  extended by javax.swing.SwingWorker<Void,Void>
      extended by edu.wwu.tobikley.acgc.ui.ACGC.CountingTask
All Implemented Interfaces:
Runnable, Future<Void>, RunnableFuture<Void>
Enclosing class:
ACGC

 class ACGC.CountingTask
extends SwingWorker<Void,Void>


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
 
Constructor Summary
ACGC.CountingTask()
           
 
Method Summary
 Void 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACGC.CountingTask

ACGC.CountingTask()
Method Detail

doInBackground

public Void doInBackground()
                    throws Exception
Specified by:
doInBackground in class SwingWorker<Void,Void>
Throws:
Exception

done

public void done()
Overrides:
done in class SwingWorker<Void,Void>


Copyright © 2007 Tobias Kley. All Rights Reserved.