com.croftsoft.core.animation.clock
Class SystemClock

java.lang.Object
  extended by com.croftsoft.core.animation.clock.SystemClock
All Implemented Interfaces:
Clock

public final class SystemClock
extends Object
implements Clock

Uses the system clock to provide the current time in nanoseconds.

Since:
2002-03-09
Version:
2003-04-02
Author:
David Wallace Croft

Field Summary
static SystemClock INSTANCE
           
 
Method Summary
 long currentTimeNanos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SystemClock INSTANCE
Method Detail

currentTimeNanos

public long currentTimeNanos()
Specified by:
currentTimeNanos in interface Clock

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)