android.text.SpanWatcher |
Known Indirect Subclasses |
When an object of this type is attached to a Spannable, its methods will be called to notify it that other markup objects have been added, changed, or removed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is called to notify you that the specified object
has been attached to the specified range of the text.
| |||||||||||
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. | |||||||||||
This method is called to notify you that the specified object
has been detached from the specified range of the text.
|
This method is called to notify you that the specified object has been attached to the specified range of the text.
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.
This method is called to notify you that the specified object has been detached from the specified range of the text.