public class

ImagePerfImageOriginListener

extends Object
implements ImageOriginListener
java.lang.Object
   ↳ com.facebook.drawee.backends.pipeline.info.internal.ImagePerfImageOriginListener

Summary

Public Constructors
ImagePerfImageOriginListener(ImagePerfState imagePerfState, ImagePerfMonitor imagePerfMonitor)
Public Methods
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 ImagePerfImageOriginListener (ImagePerfState imagePerfState, ImagePerfMonitor imagePerfMonitor)

Public Methods

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