android.telephony
Class PhoneNumberFormattingTextWatcher

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

public class PhoneNumberFormattingTextWatcher
extends java.lang.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 text)
           
 void beforeTextChanged(java.lang.CharSequence s, int start, int count, int after)
           
 void onTextChanged(java.lang.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

afterTextChanged

public void afterTextChanged(Editable text)
Specified by:
afterTextChanged in interface TextWatcher

beforeTextChanged

public void beforeTextChanged(java.lang.CharSequence s,
                              int start,
                              int count,
                              int after)
Specified by:
beforeTextChanged in interface TextWatcher

onTextChanged

public void onTextChanged(java.lang.CharSequence s,
                          int start,
                          int before,
                          int count)
Specified by:
onTextChanged in interface TextWatcher


Copyright © 2008-2010. All Rights Reserved.