public interface ICachedLoaderListener
Modifier and Type | Interface and Description |
---|---|
static class |
ICachedLoaderListener.LoadResult
Result of download
|
Modifier and Type | Method and Description |
---|---|
void |
loadingFinished(CacheEntry data,
CacheEntryAttributes attributes,
ICachedLoaderListener.LoadResult result)
Will be called when K object processed.
|
void loadingFinished(CacheEntry data, CacheEntryAttributes attributes, ICachedLoaderListener.LoadResult result)
data
- cache entry contentsattributes
- cache entry attributesresult
- load result (success, failure, canceled)