com.griaule.grFinger
Interface ImageCallBack
public interface ImageCallBack
This is the interface for the image events callback.
This interface must be implemented to handle the image
events from fingerprint sensors.
Method Summary |
void |
onImage(String idSensor,
FingerprintImage fingerprint)
This method is called every time a fingerprint image is
acquired from some plugged sensor. |
onImage
void onImage(String idSensor,
FingerprintImage fingerprint)
- This method is called every time a fingerprint image is
acquired from some plugged sensor.
- Parameters:
idSensor
- The identification of the sensor that
raised the eventfingerprint
- The fingerprint image acquired by
the sensor or from a file.