All Packages Class Hierarchy This Package Previous Next Index
Class sun.server.util.FormattedDateUpdater
java.lang.Object
|
+----sun.server.util.FormattedDateUpdater
- public class FormattedDateUpdater
- extends Object
- implements AlarmHandler
-
FormattedDateUpdater()
- Create a new FormattedDateUpdater to update the date cached in
FormattedDate.
-
handleAlarm(Alarm)
- Handle the alarm to update the current time
FormattedDateUpdater
public FormattedDateUpdater()
- Create a new FormattedDateUpdater to update the date cached in
FormattedDate. There need only be one FormattedDateUpdater.
handleAlarm
public void handleAlarm(Alarm a)
- Handle the alarm to update the current time
- Parameters:
- a - the alarm we scheduled
All Packages Class Hierarchy This Package Previous Next Index