public class PhoneNumberFormattingTextWatcher extends Object implements TextWatcher
NoCopySpan.Concrete| Constructor and Description |
|---|
PhoneNumberFormattingTextWatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTextChanged(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 TextWatcherpublic void onTextChanged(CharSequence s, int start, int before, int count)
onTextChanged in interface TextWatcherpublic void afterTextChanged(Editable s)
afterTextChanged in interface TextWatcherCopyright © 2008-2013. All Rights Reserved.