Uses of Interface
net.i2p.util.EepGet.StatusListener

Packages that use EepGet.StatusListener
net.i2p.router.networkdb.reseed   
net.i2p.router.web   
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

Uses of EepGet.StatusListener in net.i2p.router.networkdb.reseed
 

Classes in net.i2p.router.networkdb.reseed that implement EepGet.StatusListener
 class Reseeder.ReseedRunner
           
 

Uses of EepGet.StatusListener in net.i2p.router.web
 

Classes in net.i2p.router.web that implement EepGet.StatusListener
 class NewsFetcher
          Task to periodically look for updates to the news.xml, and to keep track of whether that has an announcement for a new version.
 class PluginUpdateChecker.PluginUpdateCheckerRunner
           
 class PluginUpdateHandler.PluginUpdateRunner
           
 class UnsignedUpdateHandler.UnsignedUpdateRunner
          Eepget the .zip file to the temp dir, then copy it over
 class UpdateHandler.UpdateRunner
           
 

Uses of EepGet.StatusListener in net.i2p.util
 

Classes in net.i2p.util that implement EepGet.StatusListener
protected  class EepGet.CLIStatusListener
           
 class EepGetScheduler
          Deprecated. unused a webapp version would be nice though
 

Fields in net.i2p.util with type parameters of type EepGet.StatusListener
protected  java.util.List<EepGet.StatusListener> EepGet._listeners
           
 

Methods in net.i2p.util with parameters of type EepGet.StatusListener
 void EepGet.addStatusListener(EepGet.StatusListener lsnr)
           
 

Constructors in net.i2p.util with parameters of type EepGet.StatusListener
EepGetScheduler(I2PAppContext ctx, java.util.List urls, java.util.List localFiles, java.lang.String proxyHost, int proxyPort, EepGet.StatusListener lsnr)
          Deprecated.