public class

BaseProducerContextCallbacks

extends Object
implements ProducerContextCallbacks
java.lang.Object
   ↳ com.facebook.imagepipeline.producers.BaseProducerContextCallbacks

Class Overview

Empty implementation of ProducerContextCallbacks.

Summary

Public Constructors
BaseProducerContextCallbacks()
Public Methods
void onCancellationRequested()
Method that is called when a client cancels the request.
void onIsIntermediateResultExpectedChanged()
Method that is called when intermediate results start or stop being expected.
void onIsPrefetchChanged()
Method that is called when a request is no longer a prefetch, or vice versa.
void onPriorityChanged()
Method that is called when the priority of the request changes.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.facebook.imagepipeline.producers.ProducerContextCallbacks

Public Constructors

public BaseProducerContextCallbacks ()

Public Methods

public void onCancellationRequested ()

Method that is called when a client cancels the request.

public void onIsIntermediateResultExpectedChanged ()

Method that is called when intermediate results start or stop being expected.

public void onIsPrefetchChanged ()

Method that is called when a request is no longer a prefetch, or vice versa.

public void onPriorityChanged ()

Method that is called when the priority of the request changes.