com.facebook.imagepipeline.request.RepeatedPostprocessor |
Known Indirect Subclasses |
Use an instance of this interface to perform post-process operations that must be performed more than once.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
setCallback(RepeatedPostprocessorRunner runner)
Callback used to pass the postprocessor a reference to the object that will run the
postprocessor's
PostProcessor#process method when the client requires. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.facebook.imagepipeline.request.Postprocessor
|
Callback used to pass the postprocessor a reference to the object that will run the
postprocessor's PostProcessor#process
method when the client requires.