Uses of Interface
cn.sliew.milky.common.stopwatch.Ticker
-
Packages that use Ticker Package Description cn.sliew.milky.common.stopwatch -
-
Uses of Ticker in cn.sliew.milky.common.stopwatch
Classes in cn.sliew.milky.common.stopwatch that implement Ticker Modifier and Type Class Description classDisabledTickerclassSystemTickerMethods in cn.sliew.milky.common.stopwatch with parameters of type Ticker Modifier and Type Method Description static StopwatchStopWatchs. createStarted(Ticker ticker)Creates (and starts) a new stopwatch, using the specified time source.static StopwatchStopWatchs. createUnstarted(Ticker ticker)Creates (but does not start) a new stopwatch, using the specified time source.
-