android.text
Interface TextWatcher
- All Superinterfaces:
- NoCopySpan
- All Known Implementing Classes:
- AbsListView, ExpandableListView, GridView, ListView, PasswordTransformationMethod, PhoneNumberFormattingTextWatcher
public interface TextWatcher
- extends NoCopySpan
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.