Interface RefreshRated

All Known Implementing Classes:
TaskMonitorDialog

public interface RefreshRated
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    retrieve the interval for updating the ui components
    void
    setRefreshRate(int millisecondDelay)
    set the interval for updating the ui components
  • Method Details

    • getRefreshRate

      int getRefreshRate()
      retrieve the interval for updating the ui components
      Returns:
      interval in milliseconds
    • setRefreshRate

      void setRefreshRate(int millisecondDelay)
      set the interval for updating the ui components