public class BaseTextWatcher extends Object implements android.text.TextWatcher
| Constructor and Description |
|---|
BaseTextWatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTextChanged(android.text.Editable s) |
void |
beforeTextChanged(CharSequence s,
int start,
int count,
int after) |
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
public void beforeTextChanged(CharSequence s, int start, int count, int after)
beforeTextChanged in interface android.text.TextWatcherpublic void onTextChanged(CharSequence s, int start, int before, int count)
onTextChanged in interface android.text.TextWatcherpublic void afterTextChanged(android.text.Editable s)
afterTextChanged in interface android.text.TextWatcherCopyright © 2013–2014 CodeLutin. All rights reserved.