public interface Refreshable
Modifier and Type | Method and Description |
---|---|
long |
getLastRefreshTime()
Return the last time an actual refresh happened (as timestamp).
|
long |
getRefreshCount()
Return the number of actual refreshes since startup.
|
void |
refresh()
Refresh the underlying target object.
|