denoisegui
Class Timer

java.lang.Object
  extended by denoisegui.Timer
All Implemented Interfaces:
java.lang.Runnable

public class Timer
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Timer(WalkBar walk, Denoising denoising)
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer(WalkBar walk,
             Denoising denoising)
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable