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