public interface Clock
Normally this would be system time, but for testing a custom Clock can be provided.
| Modifier and Type | Method and Description |
|---|---|
long |
currentTimeMillis()
Return the current system time in milliseconds.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.