com.taggercat.util
Class StopWatchTimer
java.lang.Object
com.taggercat.util.StopWatchTimer
public class StopWatchTimer
- extends java.lang.Object
The name says it all.
-

| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopWatchTimer
public StopWatchTimer(java.lang.String name)
StopWatchTimer
public StopWatchTimer()
getElapsedTime
public long getElapsedTime()
getElapsedTimeSecs
public float getElapsedTimeSecs()
showTime
public void showTime()
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set