com.croftsoft.core.sim
Class DeltaClockImp

java.lang.Object
  extended by com.croftsoft.core.sim.DeltaClockImp
All Implemented Interfaces:
DeltaClock

public final class DeltaClockImp
extends Object
implements DeltaClock

DeltaClock implementation.

Since:
2008-08-17
Version:
$Id: DeltaClockImp.java,v 1.1 2008/08/17 22:39:46 croft Exp $
Author:
David Wallace Croft

Constructor Summary
DeltaClockImp(double deltaTime)
           
 
Method Summary
 double getDeltaTime()
           
 void setDeltaTime(double deltaTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaClockImp

public DeltaClockImp(double deltaTime)
Method Detail

getDeltaTime

public double getDeltaTime()
Specified by:
getDeltaTime in interface DeltaClock

setDeltaTime

public void setDeltaTime(double deltaTime)

CroftSoft Javadoc

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