net.sf.farrago.test
Class FarragoTimerTest.BadTask

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

private class FarragoTimerTest.BadTask
extends FarragoTimerTask


Constructor Summary
FarragoTimerTest.BadTask()
           
 
Method Summary
 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.BadTask

FarragoTimerTest.BadTask()
Method Detail

runTimer

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

Specified by:
runTimer in class FarragoTimerTask