|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
fc.web.forms.TimedRefresher
public abstract class TimedRefresher
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.
Constructor Summary | |
---|---|
TimedRefresher()
|
Method Summary |
---|
Methods inherited from class java.util.TimerTask |
---|
cancel, run, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimedRefresher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |