public interface ImageAdapter
Classes that implement this interface handle the image capture event.
To register image listeners, use the GBSFingerprint.addImageListener method.
Modifier and Type | Method and Description |
---|---|
void |
onCapture(java.lang.String device,
Image image)
The method will be executed when a image is captured.
|
void onCapture(java.lang.String device, Image image)
The method will be executed when a image is captured.
device
- image
-