uavsim.flightdynamicsmodel.test
Class FDMBlackboxTest.Updater

java.lang.Object
  extended by java.util.TimerTask
      extended by uavsim.flightdynamicsmodel.test.FDMBlackboxTest.Updater
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FDMBlackboxTest

private class FDMBlackboxTest.Updater
extends java.util.TimerTask

Defines the updates that occur when the timer task executes.

Author:
Dan Tappan [24.08.11]

Constructor Summary
private FDMBlackboxTest.Updater()
           
 
Method Summary
 void run()
          Updates the model and instruments on each call and the repaints the screen on some fraction of calls.
 
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

FDMBlackboxTest.Updater

private FDMBlackboxTest.Updater()
Method Detail

run

public void run()
Updates the model and instruments on each call and the repaints the screen on some fraction of calls.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask