com.resilientedge.util
Class Stopwatch

java.lang.Object
  |
  +--com.resilientedge.util.Stopwatch

public class Stopwatch
extends java.lang.Object

Version:
$Revision: 1.1.1.1 $
Author:
 

Constructor Summary
Stopwatch()
          Constructor for Stopwatch
 
Method Summary
 long getElapsedTime()
          Gets the ElapsedTime attribute of the Stopwatch object
 void start()
          Method Description
 void stop()
          Method Description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stopwatch

public Stopwatch()
Constructor for Stopwatch
Method Detail

getElapsedTime

public long getElapsedTime()
Gets the ElapsedTime attribute of the Stopwatch object
Returns:
The ElapsedTime value

start

public void start()
Method Description

stop

public void stop()
Method Description


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.