Class DelayedActionRunnable

    • Field Detail

      • m_Delay

        protected int m_Delay
        the delay in msec.
      • m_Decrement

        protected int m_Decrement
        the increment for counting down.
      • m_Remaining

        protected int m_Remaining
        the remaining delay.
    • Constructor Detail

      • DelayedActionRunnable

        public DelayedActionRunnable​(int delay,
                                     int decrement)
        Initializes the runnable with
    • Method Detail

      • reset

        protected void reset()
        Resets the count down.