public interface PictureCallback
| Modifier and Type | Field and Description |
|---|---|
static PictureCallback |
NULL
Null-object pattern
|
| Modifier and Type | Method and Description |
|---|---|
void |
onPictureTaken(byte[] image,
int imageOrientation)
Invoked when picture is taken
|
static final PictureCallback NULL