Uses of Interface
net.i2p.util.Clock.ClockUpdateListener

Packages that use Clock.ClockUpdateListener
net.i2p.router   
net.i2p.util   
 

Uses of Clock.ClockUpdateListener in net.i2p.router
 

Classes in net.i2p.router that implement Clock.ClockUpdateListener
 class JobTiming
          Define the timing requirements and statistics for a particular job
 

Uses of Clock.ClockUpdateListener in net.i2p.util
 

Methods in net.i2p.util with parameters of type Clock.ClockUpdateListener
 void Clock.addUpdateListener(Clock.ClockUpdateListener lsnr)
           
 void Clock.removeUpdateListener(Clock.ClockUpdateListener lsnr)