Back to Fresco

BaseProducerContextCallbacks

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

3.6.020.8 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Packages | Classes

Summary: Ctors | Methods | Inherited Methods | [Expand All]

public class

BaseProducerContextCallbacks

extends Object
implements ProducerContextCallbacks

| java.lang.Object | | ↳ | com.facebook.imagepipeline.producers.BaseProducerContextCallbacks |

Class Overview

Empty implementation of ProducerContextCallbacks.

Summary

Public Constructors
Public Methods
void
Method that is called when a client cancels the request.
void
Method that is called when intermediate results start or stop being expected.
void
Method that is called when a request is no longer a prefetch, or vice versa.
void
Method that is called when the priority of the request changes.

| [Expand] Inherited Methods | | --- | | From class java.lang.Object

| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |

| | From interface com.facebook.imagepipeline.producers.ProducerContextCallbacks

| 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 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.

+Generated by Doclava. +