Back to Fresco

ExperimentalThreadHandoffProducerQueueImpl

docs/javadoc/reference/com/facebook/imagepipeline/producers/ExperimentalThreadHandoffProducerQueueImpl.html

3.6.020.3 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Annotations

Packages | Classes

Summary: Ctors | Methods | Inherited Methods | [Expand All]

public class

ExperimentalThreadHandoffProducerQueueImpl

extends Object
implements ThreadHandoffProducerQueue

| java.lang.Object | | ↳ | com.facebook.imagepipeline.producers.ExperimentalThreadHandoffProducerQueueImpl |

Summary

Public Constructors
Public Methods
void
boolean
void
void
void

| [Expand] Inherited Methods | | --- | | 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 com.facebook.imagepipeline.producers.ThreadHandoffProducerQueue

| abstract void | addToQueueOrExecute(Runnable runnable) | | abstract boolean | isQueueing() | | abstract void | remove(Runnable runnable) | | abstract void | startQueueing() | | abstract void | stopQueuing() |

|

Public Constructors

public ExperimentalThreadHandoffProducerQueueImpl(Executor executor)

Public Methods

public void addToQueueOrExecute(Runnable runnable)

public boolean isQueueing()

public void remove(Runnable runnable)

public void startQueueing()

public void stopQueuing()

+Generated by Doclava. +