Uses of Interface
com.nostra13.universalimageloader.core.listener.ImageLoadingListener

Packages that use ImageLoadingListener
com.nostra13.universalimageloader.core   
com.nostra13.universalimageloader.core.listener   
 

Uses of ImageLoadingListener in com.nostra13.universalimageloader.core
 

Methods in com.nostra13.universalimageloader.core with parameters of type ImageLoadingListener
 void ImageLoader.displayImage(String uri, ImageAware imageAware, DisplayImageOptions options, ImageLoadingListener listener)
          Adds display image task to execution pool.
 void ImageLoader.displayImage(String uri, ImageAware imageAware, DisplayImageOptions options, ImageLoadingListener listener, ImageLoadingProgressListener progressListener)
          Adds display image task to execution pool.
 void ImageLoader.displayImage(String uri, ImageAware imageAware, ImageLoadingListener listener)
          Adds display image task to execution pool.
 void ImageLoader.displayImage(String uri, android.widget.ImageView imageView, DisplayImageOptions options, ImageLoadingListener listener)
          Adds display image task to execution pool.
 void ImageLoader.displayImage(String uri, android.widget.ImageView imageView, DisplayImageOptions options, ImageLoadingListener listener, ImageLoadingProgressListener progressListener)
          Adds display image task to execution pool.
 void ImageLoader.displayImage(String uri, android.widget.ImageView imageView, ImageLoadingListener listener)
          Adds display image task to execution pool.
 void ImageLoader.loadImage(String uri, DisplayImageOptions options, ImageLoadingListener listener)
          Adds load image task to execution pool.
 void ImageLoader.loadImage(String uri, ImageLoadingListener listener)
          Adds load image task to execution pool.
 void ImageLoader.loadImage(String uri, ImageSize targetImageSize, DisplayImageOptions options, ImageLoadingListener listener)
          Adds load image task to execution pool.
 void ImageLoader.loadImage(String uri, ImageSize targetImageSize, DisplayImageOptions options, ImageLoadingListener listener, ImageLoadingProgressListener progressListener)
          Adds load image task to execution pool.
 void ImageLoader.loadImage(String uri, ImageSize targetImageSize, ImageLoadingListener listener)
          Adds load image task to execution pool.
 

Uses of ImageLoadingListener in com.nostra13.universalimageloader.core.listener
 

Classes in com.nostra13.universalimageloader.core.listener that implement ImageLoadingListener
 class SimpleImageLoadingListener
          A convenient class to extend when you only want to listen for a subset of all the image loading events.
 



Copyright © 2011-2014. All Rights Reserved.