Package 

Interface RepeatedPostprocessor

  • 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 Unit 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.
      • Methods inherited from class com.facebook.imagepipeline.request.RepeatedPostprocessor

        getName, getPostprocessorCacheKey, process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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#process method when the client requires.