docs/javadoc/reference/com/facebook/imagepipeline/instrumentation/FrescoInstrumenter.html
|
|
Summary: Nested Classes | Ctors | Methods | Inherited Methods | [Expand All]
public final class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.instrumentation.FrescoInstrumenter |
Utility class that provides hooks to capture execution of different units of work. Client code can specify a custom FrescoInstrumenter.Instrumenter that will receive ad-hoc updates when work that has to be executed across threads gets moved around.
| Nested Classes |
|---|
| interface |
| Public Constructors |
|---|
| Public Methods |
|---|
| static Runnable |
| static boolean |
| static void |
| static Object |
| static Object |
| static void |
| static void |
Allows to provide a FrescoInstrumenter.Instrumenter that will receive units of work updates. |
| [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() |
|
Allows to provide a FrescoInstrumenter.Instrumenter that will receive units of work updates.
| instrumenter | to be notified or null to reset. |
+Generated by Doclava. +