public class ElapsedTime
extends java.lang.Object
Constructor and Description |
---|
ElapsedTime() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElapsedTime() |
int |
getSeconds() |
void |
reset()
Resets timer, taking the current time as the new starting point
|
void |
stop() |
public int getSeconds()
public java.lang.String getElapsedTime()
public void stop()
public void reset()