public static class UIUtil.SimpleTextWatcher
extends java.lang.Object
implements android.text.TextWatcher
构造器和说明 |
---|
SimpleTextWatcher() |
限定符和类型 | 方法和说明 |
---|---|
void |
afterTextChanged(android.text.Editable s) |
void |
beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after) |
void |
onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count) |
public void beforeTextChanged(java.lang.CharSequence s, int start, int count, int after)
beforeTextChanged
在接口中 android.text.TextWatcher
public void onTextChanged(java.lang.CharSequence s, int start, int before, int count)
onTextChanged
在接口中 android.text.TextWatcher
public void afterTextChanged(android.text.Editable s)
afterTextChanged
在接口中 android.text.TextWatcher