simuLCS
Class Simulation.TimerUpdate

java.lang.Object
  extended byjava.util.TimerTask
      extended bysimuLCS.Simulation.TimerUpdate
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Simulation

class Simulation.TimerUpdate
extends java.util.TimerTask

The task to be executed every X milliSeconds

Author:
Benoit

Field Summary
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) Simulation.TimerUpdate()
           
 
Method Summary
 void 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

Simulation.TimerUpdate

Simulation.TimerUpdate()
Method Detail

run

public void run()