Back to Fresco

ProducerContextCallbacks

docs/javadoc/reference/com/facebook/imagepipeline/producers/ProducerContextCallbacks.html

3.6.019.3 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Packages | Classes

Summary: Methods | [Expand All]

public interface

ProducerContextCallbacks

| com.facebook.imagepipeline.producers.ProducerContextCallbacks |

| Known Indirect Subclasses

BaseProducerContextCallbacks

| BaseProducerContextCallbacks | Empty implementation of ProducerContextCallbacks. |

|

Class Overview

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

Summary

Public Methods
abstract void
Method that is called when a client cancels the request.
abstract void
Method that is called when intermediate results start or stop being expected.
abstract void
Method that is called when a request is no longer a prefetch, or vice versa.
abstract void
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.

+Generated by Doclava. +