docs/javadoc/reference/com/facebook/imagepipeline/producers/ProducerContextCallbacks.html
|
|
Consumer<T>
NetworkFetcher<FETCH_STATE extends FetchState>
Producer<T>
BaseConsumer<T>
BaseNetworkFetcher<FETCH_STATE extends FetchState>
DelegatingConsumer<I, O>
HttpUrlConnectionNetworkFetcher.HttpUrlConnectionNetworkFetchState
MultiplexProducer<K, T extends Closeable>
NullProducer<T>
PostprocessedBitmapMemoryCacheProducer.CachedPostprocessorConsumer
PriorityNetworkFetcher<FETCH_STATE extends FetchState>
PriorityNetworkFetcher.PriorityFetchState<FETCH_STATE extends FetchState>
Summary: Methods | [Expand All]
public interface
| com.facebook.imagepipeline.producers.ProducerContextCallbacks |
| Known Indirect Subclasses
| BaseProducerContextCallbacks | Empty implementation of ProducerContextCallbacks. |
|
Callbacks that are called when something changes in a request sequence.
| 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. |
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.
+Generated by Doclava. +