Uses of Class
net.landspurg.util.URLFetcher

Packages that use URLFetcher
net.landspurg   
net.landspurg.map This is the main package to look at if you want to use J2memap. 
net.landspurg.util   
 

Uses of URLFetcher in net.landspurg
 

Methods in net.landspurg with parameters of type URLFetcher
 boolean MapMain.lineRead(URLFetcher f, java.lang.String inLine)
           
 void MapMain.loaded(URLFetcher f)
           
 

Uses of URLFetcher in net.landspurg.map
 

Methods in net.landspurg.map with parameters of type URLFetcher
 boolean Track.lineRead(URLFetcher f, java.lang.String inLine)
           
 void Track.loaded(URLFetcher f)
           
 

Uses of URLFetcher in net.landspurg.util
 

Methods in net.landspurg.util with parameters of type URLFetcher
 boolean NotifyLoadURL.lineRead(URLFetcher f, java.lang.String inLine)
           
 void NotifyLoadURL.loaded(URLFetcher f)