com.cloudcontrolled.api.client.util
Class Timer

java.lang.Object
  extended by com.cloudcontrolled.api.client.util.Timer

public class Timer
extends Object

Timer class.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
Timer()
           
 
Method Summary
 long getDifference()
           Getter for the field difference.
static Timer tic()
           tic.
 long toc()
           toc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

tic

public static Timer tic()

tic.

Returns:
a Timer object.

toc

public long toc()

toc.

Returns:
a long.

getDifference

public long getDifference()

Getter for the field difference.

Returns:
a long.


Copyright © 2012. All Rights Reserved.