Uses of Interface
net.i2p.time.Timestamper.UpdateListener
Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.time |
Provides classes for time synchronization using NTP.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
-
Uses of Timestamper.UpdateListener in net.i2p.router
Classes in net.i2p.router that implement Timestamper.UpdateListener Modifier and Type Class Description class
RouterClock
Alternate location for determining the time which takes into account an offset. -
Uses of Timestamper.UpdateListener in net.i2p.router.time
Methods in net.i2p.router.time that return Timestamper.UpdateListener Modifier and Type Method Description Timestamper.UpdateListener
RouterTimestamper. getListener(int index)
Methods in net.i2p.router.time with parameters of type Timestamper.UpdateListener Modifier and Type Method Description void
RouterTimestamper. addListener(Timestamper.UpdateListener lsnr)
void
RouterTimestamper. removeListener(Timestamper.UpdateListener lsnr)
Constructors in net.i2p.router.time with parameters of type Timestamper.UpdateListener Constructor Description RouterTimestamper(I2PAppContext ctx, Timestamper.UpdateListener lsnr)
Does not start.RouterTimestamper(I2PAppContext ctx, Timestamper.UpdateListener lsnr, boolean daemon)
Does not start. -
Uses of Timestamper.UpdateListener in net.i2p.util
Classes in net.i2p.util that implement Timestamper.UpdateListener Modifier and Type Class Description class
Clock
Alternate location for determining the time which takes into account an offset.