public static interface CropImageView.OnSetImageUriCompleteListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSetImageUriComplete(CropImageView view,
android.net.Uri uri,
java.lang.Exception error)
Called when a crop image view has completed loading image for cropping.
If loading failed error parameter will contain the error. |
void onSetImageUriComplete(CropImageView view, android.net.Uri uri, java.lang.Exception error)
view - The crop image view that loading of image was complete.uri - the URI of the image that was loadingerror - if error occurred during loading will contain the error, otherwise null.