| java.lang.Object | ||
| ↳ | com.facebook.imagepipeline.producers.BaseConsumer<T> | |
| ↳ | com.facebook.imagepipeline.producers.DelegatingConsumer<I, O> | |
Known Direct Subclasses
|
Delegating consumer.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.facebook.imagepipeline.producers.Consumer
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DelegatingConsumer(Consumer<O> consumer) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Consumer<O> | getConsumer() | ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
onCancellationImpl()
Called by onCancellation, override this method instead
| ||||||||||
| void |
onFailureImpl(Throwable t)
Called by onFailure, override this method instead
| ||||||||||
| void |
onProgressUpdateImpl(float progress)
Called when the progress updates
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.facebook.imagepipeline.producers.BaseConsumer
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.facebook.imagepipeline.producers.Consumer
| |||||||||||
Called by onCancellation, override this method instead
Called by onFailure, override this method instead
Called when the progress updates