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

Packages that use Clock.ClockUpdateListener
net.i2p.router   
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

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)