public static interface SingleLineWidgetApi.OnSingleTapGestureListener
Modifier and Type | Method and Description |
---|---|
void |
onSingleTapGesture(SingleLineWidgetApi w,
int index)
Called when a single tap gesture is detected.
|
void onSingleTapGesture(SingleLineWidgetApi w, int index)
w
- Widget that has detected the gesture.index
- Character index at which gesture is detected.