public class Timestamper extends Object implements Runnable
Modifier and Type | Class and Description |
---|---|
static interface |
Timestamper.UpdateListener
Interface to receive update notifications for when we query the time
Only used by Clock.
|
Constructor and Description |
---|
Timestamper()
dummy
|
Modifier and Type | Method and Description |
---|---|
void |
run()
dummy
|
void |
timestampNow()
Update the time immediately.
|
void |
waitForInitialization()
dummy
|