public class Timestamper extends Object implements Runnable
| Modifier and Type | Class and Description |
|---|---|
static interface | Timestamper.UpdateListenerInterface to receive update notifications for when we query the time
Only used by Clock. |
| Constructor and Description |
|---|
Timestamper()No-op constructor for source compatibility. |
| Modifier and Type | Method and Description |
|---|---|
void | run()No-op run loop; the router handles time updates. |
void | timestampNow()Update the time immediately. |
void | waitForInitialization()No-op; initialization is handled by RouterTimestamper. |