com.facebook.imagepipeline.producers.ProducerContextCallbacks |
Known Indirect Subclasses |
Callbacks that are called when something changes in a request sequence.
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.
|
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.