|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void onFingerDown(String idSensor)
idSensor
- The identification of the sensor
that raised the event.void onFingerUp(String idSensor)
idSensor
- The identification of the sensor
that raised the event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |