Class TimedRefresher

java.lang.Object
java.util.TimerTask
fc.web.forms.TimedRefresher
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
TestTimedRefresher

public abstract class TimedRefresher extends TimerTask
Refreshes the initial value of a field at some periodic interval. This is useful when database updates must be shown to the user every so often. Subclasses should implement the run method appropriately. The run method does not take any parameters which is fine since this is a background task and updates are independent of the per user FormData and HttpServletRequest objects.