Class TextWatcherAdapter

  • All Implemented Interfaces:
    android.text.NoCopySpan, android.text.TextWatcher


    public class TextWatcherAdapter
    extends Object
    implements android.text.TextWatcher
    • Constructor Detail

      • TextWatcherAdapter

        public TextWatcherAdapter(android.widget.EditText editText,
                                  TextWatcherListener listener)
    • Method Detail

      • onTextChanged

        public void onTextChanged(CharSequence s,
                                  int start,
                                  int before,
                                  int count)
      • beforeTextChanged

        public void beforeTextChanged(CharSequence s,
                                      int start,
                                      int count,
                                      int after)
      • afterTextChanged

        public void afterTextChanged(android.text.Editable s)