-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.request.Postprocessor
public interface RepeatedPostprocessor implements Postprocessor
Use an instance of this interface to perform post-process operations that must be performed more than once.
-
-
Method Summary
Modifier and Type Method Description abstract 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.-
-
Method Detail
-
setCallback
abstract 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.
-
-
-
-