Package | Description |
---|---|
org.openstreetmap.josm.data.cache | |
org.openstreetmap.josm.data.imagery |
Modifier and Type | Method and Description |
---|---|
static ICachedLoaderListener.LoadResult |
ICachedLoaderListener.LoadResult.valueOf(java.lang.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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TMSCachedTileLoaderJob.loadingFinished(CacheEntry object,
CacheEntryAttributes attributes,
ICachedLoaderListener.LoadResult result) |