Interface MemoryCache.ResourceRemovedListener

All Known Implementing Classes:
Engine
Enclosing interface:
MemoryCache

public static interface MemoryCache.ResourceRemovedListener
An interface that will be called whenever a bitmap is removed from the cache.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onResourceRemoved

      void onResourceRemoved(@NonNull Resource<?> removed)