java.lang.Object | ||
↳ | com.facebook.imagepipeline.request.BasePostprocessor | |
↳ | com.facebook.imagepipeline.request.BaseRepeatedPostProcessor |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.facebook.imagepipeline.request.BasePostprocessor
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BaseRepeatedPostProcessor() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized 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. | ||||||||||
void | update() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.facebook.imagepipeline.request.BasePostprocessor
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.facebook.imagepipeline.request.Postprocessor
| |||||||||||
From interface
com.facebook.imagepipeline.request.RepeatedPostprocessor
|
Callback used to pass the postprocessor a reference to the object that will run the
postprocessor's PostProcessor#process
method when the client requires.