Class TimerPool


  • public class TimerPool
    extends Object
    • Constructor Detail

      • TimerPool

        public TimerPool()
    • Method Detail

      • getSumTime

        public TimeSpan getSumTime()
      • getMaxTime

        public TimeSpan getMaxTime()
        Return the maximal time of all intervals. If timers are running, the current intervals are also counted (up to the current time). If no timer was started, this method returns 0.
      • getNumberOfIntervals

        public int getNumberOfIntervals()
        Return the number of intervals. If timers are running, the current intervals are also counted. If no timer was started, this method returns 0.