Class CacheUtils.IgnoreDownload
- java.lang.Object
-
- org.openstreetmap.josm.plugins.streetside.cache.CacheUtils.IgnoreDownload
-
- All Implemented Interfaces:
ICachedLoaderListener
- Enclosing class:
- CacheUtils
private static class CacheUtils.IgnoreDownload extends java.lang.Object implements ICachedLoaderListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstreetmap.josm.data.cache.ICachedLoaderListener
ICachedLoaderListener.LoadResult
-
-
Constructor Summary
Constructors Modifier Constructor Description privateIgnoreDownload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloadingFinished(CacheEntry arg0, CacheEntryAttributes arg1, ICachedLoaderListener.LoadResult arg2)
-
-
-
Constructor Detail
-
IgnoreDownload
private IgnoreDownload()
-
-
Method Detail
-
loadingFinished
public void loadingFinished(CacheEntry arg0, CacheEntryAttributes arg1, ICachedLoaderListener.LoadResult arg2)
- Specified by:
loadingFinishedin interfaceICachedLoaderListener
-
-