public static interface SingleLineWidgetApi.OnEraseGestureListener
Modifier and Type | Method and Description |
---|---|
void |
onEraseGesture(SingleLineWidgetApi w,
int start,
int end)
Called when an erase gesture is detected.
|
void onEraseGesture(SingleLineWidgetApi w, int start, int end)
w
- Widget that has detected the gesture.start
- Character index of the start of the range covered by the gesture.end
- Character index one past the end of the range covered by the gesture.SingleLineWidgetApi.replaceCharacters(int, int, String)