com.griaule.grFinger
Interface FingerCallBack


public interface FingerCallBack

This is the interface for the finger events callbacks. This methods must be implemented to handle the finger events.


Method Summary
 void onFingerDown(String idSensor)
          This method is called every time a finger is placed on a plugged sensor.
 void onFingerUp(String idSensor)
          This method is called every time a finger is removed from a plugged sensor.
 

Method Detail

onFingerDown

void onFingerDown(String idSensor)
This method is called every time a finger is placed on a plugged sensor.

Parameters:
idSensor - The identification of the sensor that raised the event.

onFingerUp

void onFingerUp(String idSensor)
This method is called every time a finger is removed from a plugged sensor.

Parameters:
idSensor - The identification of the sensor that raised the event.