public static interface SingleLineWidgetApi.OnInsertGestureListener
Modifier and Type | Method and Description |
---|---|
void |
onInsertGesture(SingleLineWidgetApi w,
int index)
Called when an insert gesture is detected.
|
void onInsertGesture(SingleLineWidgetApi w, int index)
w
- Widget that has detected the gesture.index
- Character index at which gesture is detected.SingleLineWidgetApi.replaceCharacters(int, int, String)