public interface

RepeatedPostprocessor

implements Postprocessor
com.facebook.imagepipeline.request.RepeatedPostprocessor
Known Indirect Subclasses

Class Overview

Use an instance of this interface to perform post-process operations that must be performed more than once.

Summary

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

Public Methods

public 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.