Interface MemoryCache.ResourceRemovedListener
-
- All Known Implementing Classes:
Engine
- Enclosing interface:
- MemoryCache
public static interface MemoryCache.ResourceRemovedListenerAn interface that will be called whenever a bitmap is removed from the cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonResourceRemoved(Resource<?> removed)
-
-
-
Method Detail
-
onResourceRemoved
void onResourceRemoved(@NonNull Resource<?> removed)
-
-