Package com.vividsolutions.jump.task
Interface RefreshRated
-
- All Known Implementing Classes:
TaskMonitorDialog
public interface RefreshRated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRefreshRate()
retrieve the interval for updating the ui componentsvoid
setRefreshRate(int millisecondDelay)
set the interval for updating the ui components
-