-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.producers.Consumer
public abstract class DelegatingConsumer<I extends Object, O extends Object> extends BaseConsumer<I>
Delegating consumer.
-
-
Constructor Summary
Constructors Constructor Description DelegatingConsumer(Consumer<O> consumer)
-
Method Summary
Modifier and Type Method Description final Consumer<O>getConsumer()-
Methods inherited from class com.facebook.imagepipeline.producers.DelegatingConsumer
onCancellation, onFailure, onNewResult, onNewResultImpl, onProgressUpdate, onUnhandledException -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getConsumer
final Consumer<O> getConsumer()
-
-
-
-