Back to Fresco

ThreadHandoffProducerQueueImpl

docs/javadoc/reference/com/facebook/imagepipeline/producers/ThreadHandoffProducerQueueImpl.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

ThreadHandoffProducerQueueImpl

extends Object
implements ThreadHandoffProducerQueue

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

Summary

Public Constructors
Public Methods
synchronized void
synchronized boolean
synchronized void
synchronized void
synchronized 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 ThreadHandoffProducerQueueImpl(Executor executor)

Public Methods

public synchronized void addToQueueOrExecute(Runnable runnable)

public synchronized boolean isQueueing()

public synchronized void remove(Runnable runnable)

public synchronized void startQueueing()

public synchronized void stopQueuing()

+Generated by Doclava. +