public interface TextWatcher extends NoCopySpan
NoCopySpan.Concrete| Modifier and Type | Method and Description |
|---|---|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(CharSequence s,
int start,
int count,
int after) |
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
void beforeTextChanged(CharSequence s, int start, int count, int after)
void onTextChanged(CharSequence s, int start, int before, int count)
void afterTextChanged(Editable s)
Copyright © 2008-2013. All Rights Reserved.