android.text
Interface TextWatcher

All Superinterfaces:
NoCopySpan
All Known Implementing Classes:
AbsListView, ExpandableListView, GridView, ListView, PasswordTransformationMethod, PhoneNumberFormattingTextWatcher

public interface TextWatcher
extends NoCopySpan


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.text.NoCopySpan
NoCopySpan.Concrete
 
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)
           
 

Method Detail

beforeTextChanged

void beforeTextChanged(CharSequence s,
                       int start,
                       int count,
                       int after)

onTextChanged

void onTextChanged(CharSequence s,
                   int start,
                   int before,
                   int count)

afterTextChanged

void afterTextChanged(Editable s)


Copyright © 2008-2012. All Rights Reserved.