public final class AutoRefresh extends Object
| Constructor and Description |
|---|
AutoRefresh(LsstTrendingPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDelay(long min,
long max,
TimeUnit unit)
Sets the allowed range of refresh frequency.
|
void |
start()
Starts auto-refreshing.
|
void |
stop()
Stops auto-refreshing.
|
void |
updatePreferences() |
public AutoRefresh(LsstTrendingPlugin plugin)
public void setDelay(long min,
long max,
TimeUnit unit)
min - Minimum refresh interval.max - Maximum refresh interval.unit - Time unit used to specify minimum and maximum intervals.public void start()
public void stop()
public void updatePreferences()
Copyright © 2016 LSST. All rights reserved.