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.
 

Method Detail

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 event
fingerprint - The fingerprint image acquired by the sensor or from a file.