jaune.target.gb
Class Time

java.lang.Object
  |
  +--jaune.target.gb.Time

public final class Time
extends java.lang.Object

Clock interface.


Field Summary
static int CLOCKS_PER_SEC
          Number of ticks per second
 
Constructor Summary
Time()
           
 
Method Summary
static int clock()
          Returns the time in ticks since an unspecified time in the past.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOCKS_PER_SEC

public static final int CLOCKS_PER_SEC
Number of ticks per second
Constructor Detail

Time

public Time()
Method Detail

clock

public static final int clock()
Returns the time in ticks since an unspecified time in the past.