net.sf.farrago.test
Class FarragoTimerTest.GoodTask

java.lang.Object
  extended by java.util.TimerTask
      extended by net.sf.farrago.util.FarragoTimerTask
          extended by net.sf.farrago.test.FarragoTimerTest.GoodTask
All Implemented Interfaces:
Runnable
Enclosing class:
FarragoTimerTest

private class FarragoTimerTest.GoodTask
extends FarragoTimerTask


Constructor Summary
FarragoTimerTest.GoodTask()
           
 
Method Summary
protected  void runTimer()
          Runs the timer action as specified by subclass.
 
Methods inherited from class net.sf.farrago.util.FarragoTimerTask
run
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarragoTimerTest.GoodTask

FarragoTimerTest.GoodTask()
Method Detail

runTimer

protected void runTimer()
Description copied from class: FarragoTimerTask
Runs the timer action as specified by subclass.

Specified by:
runTimer in class FarragoTimerTask