java.lang.Object | ||
↳ | com.facebook.imagepipeline.producers.BaseConsumer<T> | |
↳ | com.facebook.imagepipeline.producers.DelegatingConsumer<I, O> |
![]() |
Delegating 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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Called by onCancellation, override this method instead
Called by onFailure, override this method instead
Called when the progress updates