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

android.text.SpanWatcher Maven / Gradle / Ivy

Go to download

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

The newest version!
package android.text;
public interface SpanWatcher
  extends android.text.NoCopySpan
{
public abstract  void onSpanAdded(android.text.Spannable text, java.lang.Object what, int start, int end);
public abstract  void onSpanRemoved(android.text.Spannable text, java.lang.Object what, int start, int end);
public abstract  void onSpanChanged(android.text.Spannable text, java.lang.Object what, int ostart, int oend, int nstart, int nend);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy