Class DoNothingTimer

    • Constructor Detail

      • DoNothingTimer

        public DoNothingTimer()
    • Method Detail

      • update

        public void update​(long duration,
                           TimeUnit unit)
        Description copied from interface: Timer
        Update time of timer.
        Specified by:
        update in interface Timer
      • getCount

        public long getCount()
        Description copied from interface: Timer
        Get the count
        Specified by:
        getCount in interface Timer