com.nostra13.universalimageloader.core.listener
Interface ImageLoadingProgressListener


public interface ImageLoadingProgressListener

Listener for image loading progress.

Since:
1.9.1
Author:
Sergey Tarasevich (nostra13[at]gmail[dot]com)

Method Summary
 void onProgressUpdate(String imageUri, android.view.View view, int current, int total)
          Is called when image loading progress changed.
 

Method Detail

onProgressUpdate

void onProgressUpdate(String imageUri,
                      android.view.View view,
                      int current,
                      int total)
Is called when image loading progress changed.

Parameters:
imageUri - Image URI
view - View for image. Can be null.
current - Downloaded size in bytes
total - Total size in bytes


Copyright © 2011-2014. All Rights Reserved.