public interface SpanWatcher extends NoCopySpan
NoCopySpan.Concrete| Modifier and Type | Method and Description |
|---|---|
void |
onSpanAdded(Spannable text,
Object what,
int start,
int end) |
void |
onSpanChanged(Spannable text,
Object what,
int ostart,
int oend,
int nstart,
int nend) |
void |
onSpanRemoved(Spannable text,
Object what,
int start,
int end) |
Copyright © 2008-2013. All Rights Reserved.