android.telephony
Class PhoneNumberFormattingTextWatcher

java.lang.Object
  extended by android.telephony.PhoneNumberFormattingTextWatcher
All Implemented Interfaces:
NoCopySpan, TextWatcher

public class PhoneNumberFormattingTextWatcher
extends Object
implements TextWatcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.text.NoCopySpan
NoCopySpan.Concrete
 
Constructor Summary
PhoneNumberFormattingTextWatcher()
           
 
Method Summary
 void afterTextChanged(Editable s)
           
 void beforeTextChanged(CharSequence s, int start, int count, int after)
           
 void onTextChanged(CharSequence s, int start, int before, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneNumberFormattingTextWatcher

public PhoneNumberFormattingTextWatcher()
Method Detail

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.