com.robrohan.ruin.display.timing
Class Clock

java.lang.Object
  |
  +--com.robrohan.ruin.display.timing.Clock
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
Clock(int resolution)
           
 
Method Summary
 int getTicks()
           
 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

Clock

public Clock(int resolution)
Method Detail

getTicks

public int getTicks()

start

public void start()

stop

public void stop()

run

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