docs/javadoc/reference/com/facebook/imagepipeline/producers/StatefulProducerRunnable.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: Inherited Constants | Inherited Fields | Ctors | Protected Methods | Inherited Methods | [Expand All]
public abstract class
extends StatefulRunnable<T>
| java.lang.Object | | ↳ | com.facebook.common.executors.StatefulRunnable<T> | | | ↳ | com.facebook.imagepipeline.producers.StatefulProducerRunnable<T> |
StatefulRunnable intended to be used by producers.
Class implements common functionality related to handling producer instrumentation and resource management.
| [Expand] Inherited Constants | | --- | | From class com.facebook.common.executors.StatefulRunnable
| int | STATE_CANCELLED | | | int | STATE_CREATED | | | int | STATE_FAILED | | | int | STATE_FINISHED | | | int | STATE_STARTED | |
|
| [Expand] Inherited Fields | | --- | | From class com.facebook.common.executors.StatefulRunnable
| protected final AtomicInteger | mState | |
|
| Public Constructors |
|---|
| Protected Methods |
|---|
| abstract void |
| Called after onSuccess callback completes in order to dispose the result. |
| Map<String, String> |
| Create extra map for cancellation |
| Map<String, String> |
| Create extra map for exception |
| Map<String, String> |
| Create extra map for result |
| void |
| Called when the runnable is cancelled. |
| void |
| Called if exception occurred during computation. |
| void |
| Called after computing result successfully. |
| [Expand] Inherited Methods | | --- | | From class com.facebook.common.executors.StatefulRunnable
| void | cancel() | | void | disposeResult(T result) Called after onSuccess callback completes in order to dispose the result. | | abstract T | getResult() | | void | onCancellation() Called when the runnable is cancelled. | | void | onFailure(Exception e) Called if exception occurred during computation. | | void | onSuccess(T result) Called after computing result successfully. | | final void | run() |
| | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
| | From interface java.lang.Runnable
| abstract void | run() |
|
Called after onSuccess callback completes in order to dispose the result.
Create extra map for cancellation
Create extra map for exception
Create extra map for result
Called when the runnable is cancelled.
Called if exception occurred during computation.
Called after computing result successfully.
+Generated by Doclava. +