Class SystemClock

  • All Implemented Interfaces:
    Clock

    public class SystemClock
    extends java.lang.Object
    implements Clock
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemClock()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimeMs()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemClock

        public SystemClock()
    • Method Detail

      • getTimeMs

        public long getTimeMs()
        Specified by:
        getTimeMs in interface Clock