Interface RunningStopwatch
-
public interface RunningStopwatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longelapsedTimeInMillis()Returns the number of milliseconds that elapsed sinceStopwatch.start().
-
-
-
Method Detail
-
elapsedTimeInMillis
long elapsedTimeInMillis()
Returns the number of milliseconds that elapsed sinceStopwatch.start().
-
-