Class DefaultAutoRefreshSupport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getInterval()  
      boolean isEnabled()  
      void setEnabled​(boolean value)  
      void setInterval​(long secondsToWait)
      Sets the interval in seconds you have to wait until the next refresh is invoked.
      boolean toggle()
      Toggles isEnabled and returns the new value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait