Package com.bumptech.glide.load.engine
Interface Initializable
- All Known Implementing Classes:
BitmapDrawableResource,BitmapResource,DrawableResource,GifDrawableResource,LazyBitmapDrawableResource
public interface Initializable
A callback allowing a resource to do some optimization on a background thread before being
returned to the ui.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled on a background thread so theResourcecan do some eager initialization.
-
Method Details
-
initialize
void initialize()Called on a background thread so theResourcecan do some eager initialization.
-