Package net.i2p.time

Class Timestamper

  • All Implemented Interfaces:
    Runnable
    Direct Known Subclasses:
    RouterTimestamper

    public class Timestamper
    extends Object
    implements Runnable
    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.
    • Constructor Detail

      • Timestamper

        public Timestamper()
        dummy
    • Method Detail

      • waitForInitialization

        public void waitForInitialization()
        dummy
      • timestampNow

        public void timestampNow()
        Update the time immediately. Dummy
        Since:
        0.8.8
      • run

        public void run()
        dummy
        Specified by:
        run in interface Runnable