net.sf.farrago.test
Class FarragoTimerTest.GoodTask
java.lang.Object
java.util.TimerTask
net.sf.farrago.util.FarragoTimerTask
net.sf.farrago.test.FarragoTimerTest.GoodTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- FarragoTimerTest
private class FarragoTimerTest.GoodTask
- extends FarragoTimerTask
Method Summary |
protected void |
runTimer()
Runs the timer action as specified by subclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoTimerTest.GoodTask
FarragoTimerTest.GoodTask()
runTimer
protected void runTimer()
- Description copied from class:
FarragoTimerTask
- Runs the timer action as specified by subclass.
- Specified by:
runTimer
in class FarragoTimerTask