org.activemath.webapp.view.tools
Class TimerTool

java.lang.Object
  extended by org.activemath.webapp.view.tools.TimerTool

public class TimerTool
extends Object


Constructor Summary
TimerTool()
           
 
Method Summary
 String getElapsedMillis()
           
 long getNow()
           
 long getStartTime()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerTool

public TimerTool()
Method Detail

start

public void start()

getStartTime

public long getStartTime()

getNow

public long getNow()

getElapsedMillis

public String getElapsedMillis()