Uses of Class
net.sf.sensor.timer.Timer

Packages that use Timer
net.sf.sensor.timer This package provides support for measuring the time it takes for a piece of code to complete. 
 

Uses of Timer in net.sf.sensor.timer
 

Methods in net.sf.sensor.timer that return Timer
 Timer TimerRuntime.getTimer(String id)
          Creates a new Timer instance for the specified id and starts it.
 Timer TimerRuntime.getTimer(String id, String label)
          Creates a new Timer instance for the specified id and starts it.
 Timer Timer.start()
          Starts the timer.
 



Copyright © 2005-2006 SourceForge. All Rights Reserved.