Interface RefreshRated
- All Known Implementing Classes:
TaskMonitorDialog
public interface RefreshRated
-
Method Summary
Modifier and TypeMethodDescriptionintretrieve the interval for updating the ui componentsvoidsetRefreshRate(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
-