Android.Text.ISpanWatcher Members

The members of Android.Text.ISpanWatcher are listed below.

Public Methods

OnSpanAdded(ISpannable, Java.Lang.Object, int, int)
This method is called to notify you that the specified object has been attached to the specified range of the text.
OnSpanChanged(ISpannable, Java.Lang.Object, int, int, int, int)
This method is called to notify you that the specified object has been relocated from the range ostart…oend to the new range nstart…nend of the text.
OnSpanRemoved(ISpannable, Java.Lang.Object, int, int)
This method is called to notify you that the specified object has been detached from the specified range of the text.