-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.request.Postprocessor,com.facebook.imagepipeline.request.RepeatedPostprocessor
public abstract class BaseRepeatedPostProcessor extends BasePostprocessor implements RepeatedPostprocessor
-
-
Constructor Summary
Constructors Constructor Description BaseRepeatedPostProcessor()
-
Method Summary
Modifier and Type Method Description UnitsetCallback(RepeatedPostprocessorRunner runner)Callback used to pass the postprocessor a reference to the object that will run the postprocessor's PostProcessor#processmethod when the client requires.final Unitupdate()-
-
Method Detail
-
setCallback
@Synchronized() Unit setCallback(RepeatedPostprocessorRunner runner)
Callback used to pass the postprocessor a reference to the object that will run the postprocessor's
PostProcessor#processmethod when the client requires.
-
-
-
-