| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Refreshable
Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.
| Method Summary | |
|---|---|
|  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. | 
| Method Detail | 
|---|
void refresh()
long getRefreshCount()
long getLastRefreshTime()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||