public interface FingerAdapter
Classes that implement this interface handle the finger events: Finger up and Finger down.
To register finger listeners, use the GBSFingerprint.addFingerListener method.
Modifier and Type | Method and Description |
---|---|
void |
onFingerDown(java.lang.String device)
This method will be executed when a finger is placed on a device.
|
void |
onFingerUp(java.lang.String device)
This method will be executed when a finger is removed out of a device.
|
void onFingerDown(java.lang.String device)
This method will be executed when a finger is placed on a device.
device
- void onFingerUp(java.lang.String device)
This method will be executed when a finger is removed out of a device.
device
-