Class DefaultTimer

  • All Implemented Interfaces:
    Timer

    public class DefaultTimer
    extends java.lang.Object
    implements Timer
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultTimer()  
    • Method Summary

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

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

      • DefaultTimer

        public DefaultTimer()
    • Method Detail

      • elapsed

        public long elapsed()
        Specified by:
        elapsed in interface Timer
      • start

        public void start()
        Specified by:
        start in interface Timer