| java.lang.Object | |
| ↳ | com.facebook.imagepipeline.producers.BaseProducerContextCallbacks |
Empty implementation of ProducerContextCallbacks.
| 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
| |||||||||||
Method that is called when a client cancels the request.
Method that is called when intermediate results start or stop being expected.
Method that is called when a request is no longer a prefetch, or vice versa.
Method that is called when the priority of the request changes.