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. |
onProgressUpdate
void onProgressUpdate(String imageUri,
android.view.View view,
int current,
int total)
- Is called when image loading progress changed.
- Parameters:
imageUri
- Image URIview
- View for image. Can be null.current
- Downloaded size in bytestotal
- Total size in bytes
Copyright © 2011-2014. All Rights Reserved.