public class

DebugOverlayImageOriginListener

extends Object
implements ImageOriginListener
java.lang.Object
   ↳ com.facebook.drawee.backends.pipeline.debug.DebugOverlayImageOriginListener

Summary

Public Constructors
DebugOverlayImageOriginListener()
Public Methods
int getImageOrigin()
void onImageLoaded(String controllerId, int imageOrigin, boolean successful, String ultimateProducerName)
Called when an image has been loaded for the controller with the given controller ID that also includes the ImageOrigin and whether the image has been loaded successfully.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.facebook.drawee.backends.pipeline.info.ImageOriginListener

Public Constructors

public DebugOverlayImageOriginListener ()

Public Methods

public int getImageOrigin ()

public void onImageLoaded (String controllerId, int imageOrigin, boolean successful, String ultimateProducerName)

Called when an image has been loaded for the controller with the given controller ID that also includes the ImageOrigin and whether the image has been loaded successfully.

Parameters
controllerId the controller ID for the loaded image
imageOrigin the origin of the loaded image
successful true if the image has been loaded successfully
ultimateProducerName the name of the producer that delivered the final result