org.crosswire.common.progress
Class Job.PredictTask
java.lang.Object
java.util.TimerTask
org.crosswire.common.progress.Job.PredictTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Job
private final class Job.PredictTask
- extends TimerTask
So we can fake progress for Jobs that don't tell us how they are doing
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
Job.PredictTask
private Job.PredictTask()
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask