|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.time.Timestamper
public class Timestamper
Dummy. Real thing moved to net.i2p.router.time.RouterTimestamper. What remains here is essentially an interface, containing only what is needed to keep external apps compiled with old libs from breaking, since net.i2p.util.Clock returns a Timestamper in getTimestamper() Deprecated outside of the router.
Nested Class Summary | |
---|---|
static interface |
Timestamper.UpdateListener
Interface to receive update notifications for when we query the time Only used by Clock. |
Constructor Summary | |
---|---|
Timestamper()
dummy |
Method Summary | |
---|---|
void |
run()
dummy |
void |
timestampNow()
Update the time immediately. |
void |
waitForInitialization()
dummy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Timestamper()
Method Detail |
---|
public void waitForInitialization()
public void timestampNow()
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |