-
public class TextViewUtils
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description interfaceTextViewUtils.Actions
-
Method Summary
Modifier and Type Method Description static voidbeforeTextChanged(TextView textView, TextViewUtils.Actions.BeforeChangedAction action)static voidonTextChanged(TextView textView, TextViewUtils.Actions.TextChangedAction action)static voidafterTextChanged(TextView textView, TextViewUtils.Actions.AfterChangedAction action)-
-
Method Detail
-
beforeTextChanged
static void beforeTextChanged(TextView textView, TextViewUtils.Actions.BeforeChangedAction action)
-
onTextChanged
static void onTextChanged(TextView textView, TextViewUtils.Actions.TextChangedAction action)
-
afterTextChanged
static void afterTextChanged(TextView textView, TextViewUtils.Actions.AfterChangedAction action)
-
-
-
-