Class 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 java.lang.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.