Uses of Class
org.openstreetmap.josm.data.cache.ICachedLoaderListener.LoadResult
-
Packages that use ICachedLoaderListener.LoadResult Package Description org.openstreetmap.josm.data.cache Provides the classes for JOSM cache of imagery tiles, backed up by JCS.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes. -
-
Uses of ICachedLoaderListener.LoadResult in org.openstreetmap.josm.data.cache
Methods in org.openstreetmap.josm.data.cache that return ICachedLoaderListener.LoadResult Modifier and Type Method Description static ICachedLoaderListener.LoadResult
ICachedLoaderListener.LoadResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static ICachedLoaderListener.LoadResult[]
ICachedLoaderListener.LoadResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data.cache with parameters of type ICachedLoaderListener.LoadResult Modifier and Type Method Description private void
JCSCachedTileLoaderJob. finishLoading(ICachedLoaderListener.LoadResult result)
void
ICachedLoaderListener. loadingFinished(CacheEntry data, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
Will be called when K object processed. -
Uses of ICachedLoaderListener.LoadResult in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery with parameters of type ICachedLoaderListener.LoadResult Modifier and Type Method Description void
TMSCachedTileLoaderJob. loadingFinished(CacheEntry object, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
-