|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpanWatcher
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface a_vcard.android.text.NoCopySpan |
---|
NoCopySpan.Concrete |
Method Summary | |
---|---|
void |
onSpanAdded(Spannable text,
java.lang.Object what,
int start,
int end)
This method is called to notify you that the specified object has been attached to the specified range of the text. |
void |
onSpanChanged(Spannable text,
java.lang.Object what,
int ostart,
int oend,
int nstart,
int nend)
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. |
void |
onSpanRemoved(Spannable text,
java.lang.Object what,
int start,
int end)
This method is called to notify you that the specified object has been detached from the specified range of the text. |
Method Detail |
---|
void onSpanAdded(Spannable text, java.lang.Object what, int start, int end)
void onSpanRemoved(Spannable text, java.lang.Object what, int start, int end)
void onSpanChanged(Spannable text, java.lang.Object what, int ostart, int oend, int nstart, int nend)
ostart…oend
to the new range nstart…nend
of the text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |