android.telephony
Class PhoneNumberFormattingTextWatcher
java.lang.Object
android.telephony.PhoneNumberFormattingTextWatcher
- All Implemented Interfaces:
- NoCopySpan, TextWatcher
public class PhoneNumberFormattingTextWatcher
- extends Object
- implements TextWatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhoneNumberFormattingTextWatcher
public PhoneNumberFormattingTextWatcher()
beforeTextChanged
public void beforeTextChanged(CharSequence s,
int start,
int count,
int after)
- Specified by:
beforeTextChanged
in interface TextWatcher
onTextChanged
public void onTextChanged(CharSequence s,
int start,
int before,
int count)
- Specified by:
onTextChanged
in interface TextWatcher
afterTextChanged
public void afterTextChanged(Editable s)
- Specified by:
afterTextChanged
in interface TextWatcher
Copyright © 2008-2012. All Rights Reserved.