com.griaule.grFinger
Interface StatusCallBack


public interface StatusCallBack

This is the interface for the status events callback. This interface must be implemented to handle the status events from fingerprint sensors.


Method Summary
 void onPlug(String idSensor)
          This method is called every time a sensor is plugged and detected.
 void onUnplug(String idSensor)
          This method is called every time a sensor is unplugged.
 

Method Detail

onPlug

void onPlug(String idSensor)
This method is called every time a sensor is plugged and detected.

Parameters:
idSensor - The identification of the sensor that has been plugged.

onUnplug

void onUnplug(String idSensor)
This method is called every time a sensor is unplugged.

Parameters:
idSensor - The identification of the sensor that has been unplugged.