public abstract class

DelegatingConsumer

extends BaseConsumer<T>
java.lang.Object
   ↳ com.facebook.imagepipeline.producers.BaseConsumer<T>
     ↳ com.facebook.imagepipeline.producers.DelegatingConsumer<I, O>
Known Direct Subclasses

Class Overview

Delegating consumer.

Summary

[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

Public Constructors

public DelegatingConsumer (Consumer<O> consumer)

Public Methods

public Consumer<O> getConsumer ()

Protected Methods

protected void onCancellationImpl ()

Called by onCancellation, override this method instead

protected void onFailureImpl (Throwable t)

Called by onFailure, override this method instead

protected void onProgressUpdateImpl (float progress)

Called when the progress updates