wrapatext
Class Stopwatch

java.lang.Object
  |
  +--wrapatext.Stopwatch

public class Stopwatch
extends java.lang.Object


Constructor Summary
Stopwatch()
           
 
Method Summary
 void startCounting()
           
 long stopCounting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stopwatch

public Stopwatch()
Method Detail

startCounting

public void startCounting()

stopCounting

public long stopCounting()