de.goerntkai.toolbox.time
Class ClockFactory

java.lang.Object
  extended byde.goerntkai.toolbox.time.ClockFactory

public abstract class ClockFactory
extends java.lang.Object

Creates Clocks.

Version:
$Id: ClockFactory.java,v 1.3 2007/04/29 17:54:04 GoerntKai Exp $
Author:
Kai Görnt

Method Summary
static Clock createStopWatch()
          Creates a new thread safe Clock.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createStopWatch

public static Clock createStopWatch()

Creates a new thread safe Clock.

Returns:
new StopWatch()


Copyright © 2004-2007 Kai Görnt. All Rights Reserved.