Interface RunningStopwatch
public interface RunningStopwatch
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the number of milliseconds that elapsed sinceStopwatch.start().
-
Method Details
-
elapsedTimeInMillis
long elapsedTimeInMillis()Returns the number of milliseconds that elapsed sinceStopwatch.start().
-