Package 

Interface Target


  • 
    public interface Target
    
                        

    A listener that accepts the result of an image request.

    • Method Summary

      Modifier and Type Method Description
      Unit onStart(Drawable placeholder) Called when the request starts.
      Unit onError(Drawable error) Called if an error occurs while executing the request.
      Unit onSuccess(Drawable result) Called if the request completes successfully.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait