|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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(FailReason failReason)
|
void |
ImageLoadingListener.onLoadingFailed(FailReason failReason)
Is called when an error was occurred during image loading |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |