edu.wwu.tobikley.acgc.ui
Class ACGC.CountingTask
java.lang.Object
javax.swing.SwingWorker<Void,Void>
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>
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 |
ACGC.CountingTask
ACGC.CountingTask()
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.