Class SystemClock

    • Field Detail

      • stoptime

        protected long stoptime
        The time when the clock was stopped (used to adjust timers before restarting the clock).
    • Constructor Detail

      • SystemClock

        public SystemClock​(IClock oldclock,
                           IThreadPool threadpool)
        Create a new clock.
        Parameters:
        oldclock - The old clock.
      • SystemClock

        public SystemClock​(java.lang.String name,
                           long delta,
                           IThreadPool threadpool)
        Create a new clock.