Interface Clock

All Known Implementing Classes:
ManualClock

public interface Clock
An interface to represent clocks, so that they can be mocked out in unit tests.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
  • Method Details

    • getTimeMillis

      long getTimeMillis()
      Returns:
      Current system time, in ms.