public interface

ProducerContextCallbacks

com.facebook.imagepipeline.producers.ProducerContextCallbacks
Known Indirect Subclasses

Class Overview

Callbacks that are called when something changes in a request sequence.

Summary

Public Methods
abstract void onCancellationRequested()
Method that is called when a client cancels the request.
abstract void onIsIntermediateResultExpectedChanged()
Method that is called when intermediate results start or stop being expected.
abstract void onIsPrefetchChanged()
Method that is called when a request is no longer a prefetch, or vice versa.
abstract void onPriorityChanged()
Method that is called when the priority of the request changes.

Public Methods

public abstract void onCancellationRequested ()

Method that is called when a client cancels the request.

public abstract void onIsIntermediateResultExpectedChanged ()

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

public abstract void onIsPrefetchChanged ()

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

public abstract void onPriorityChanged ()

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