Class ExperimentalRequestListener<ResourceT>

java.lang.Object
com.bumptech.glide.request.ExperimentalRequestListener<ResourceT>
Type Parameters:
ResourceT - The type of resource that will be loaded for the request.
All Implemented Interfaces:
RequestListener<ResourceT>

@Deprecated public abstract class ExperimentalRequestListener<ResourceT> extends Object implements RequestListener<ResourceT>
Deprecated.
Not ready for public consumption, avoid using this class. It may be removed at any time.
An extension of RequestListener with additional parameters.

All equivalent methods are called at the relevant time by Glide. Implementations therefore should only implement one version of each method.