Uses of Class
com.nostra13.universalimageloader.core.assist.FailReason

Packages that use FailReason
com.nostra13.universalimageloader.core.assist   
 

Uses of FailReason in com.nostra13.universalimageloader.core.assist
 

Methods in com.nostra13.universalimageloader.core.assist that return FailReason
static FailReason FailReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FailReason[] FailReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.nostra13.universalimageloader.core.assist with parameters of type FailReason
 void SimpleImageLoadingListener.onLoadingFailed(String imageUri, android.view.View view, FailReason failReason)
           
 void ImageLoadingListener.onLoadingFailed(String imageUri, android.view.View view, FailReason failReason)
          Is called when an error was occurred during image loading
 



Copyright © 2011-2013. All Rights Reserved.