Package 

Class RefreshTimerTask

    • Method Summary

      Modifier and Type Method Description
      void scheduleRefreshTask(intĀ interval) Cancels previous timer (if any) and creates a new one with the given interval in ms
      void cancelRefreshTimer()
      void destroy()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • scheduleRefreshTask

         void scheduleRefreshTask(intĀ interval)

        Cancels previous timer (if any) and creates a new one with the given interval in ms

        Parameters:
        interval - value in milliseconds