|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void onPlug(String idSensor)
idSensor
- The identification of the sensor that has been plugged.void onUnplug(String idSensor)
idSensor
- The identification of the sensor that has been unplugged.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |