Class Timer

  • All Implemented Interfaces:
    java.lang.Runnable

    public class Timer
    extends java.lang.Object
    implements java.lang.Runnable
    Timer that pushes the contents of m_packedEvents every m_outputInterval milliseconds.
    • Field Detail

      • m_run

        protected volatile boolean m_run
      • m_interval

        protected final long m_interval
    • Method Detail

      • stop

        public void stop()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable