Class SearchTimer.TimerTask

    • Constructor Detail

      • TimerTask

        public TimerTask()
    • Method Detail

      • getTimeToRun

        public long getTimeToRun()
      • getDelay

        public long getDelay()
      • timeout

        public abstract long timeout()
        Method invoked by timer at requested time.
        Returns:
        delay (in ms) after which to reschedule, not rescheduled if <= 0.