All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.text.TextWatcher Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.text;
public interface TextWatcher
  extends android.text.NoCopySpan
{
public abstract  void beforeTextChanged(java.lang.CharSequence s, int start, int count, int after);
public abstract  void onTextChanged(java.lang.CharSequence s, int start, int before, int count);
public abstract  void afterTextChanged(android.text.Editable s);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy