public interface ImageListener
extends android.os.Parcelable
| Modifier and Type | Method and Description |
|---|---|
void |
onImageAvailable(Image image)
Called on processing thread when it wants to show an image it is currently in process.
|
void onImageAvailable(Image image)
image - Image that is currently in process.