it.tidalwave.stopwatch
Class StopWatch

Package class diagram package StopWatch
java.lang.Object
  extended by it.tidalwave.stopwatch.StopWatch

public class StopWatch
extends Object

Version:
$Id$
Author:
Fabrizio Giudici
Status: experimental API

Field Summary
static StopWatch DUMMY_STOPWATCH
           
 
Constructor Summary
protected StopWatch()
           
protected StopWatch(Class<?> clazz, String name)
           
 
Method Summary
 void cancel()
           
static StopWatch create(Class<?> clazz, String name)
           
protected  void resume()
           
 void stop()
           
protected  void suspend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUMMY_STOPWATCH

public static final StopWatch DUMMY_STOPWATCH
Constructor Detail

StopWatch

protected StopWatch()

StopWatch

protected StopWatch(Class<?> clazz,
                    String name)
Method Detail

create

public static StopWatch create(Class<?> clazz,
                               String name)

stop

public void stop()

cancel

public void cancel()

suspend

protected void suspend()

resume

protected void resume()


Copyright © 2009-2012 Tidalwave s.a.s.. All Rights Reserved.