Class dnx.util.Timer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.util.Timer

java.lang.Object
   |
   +----dnx.util.Timer

public class Timer
extends Object

Constructor Index

 o Timer()

Method Index

 o getElapsedTime()
 o reset()
 o start()
 o stop()

Constructors

 o Timer
  public Timer()

Methods

 o reset
  public synchronized void reset()
 o start
  public synchronized void start()
 o stop
  public synchronized void stop()
 o getElapsedTime
  public double getElapsedTime()

All Packages  Class Hierarchy  This Package  Previous  Next  Index