public abstract class TextViewTextChangeEvent
extends java.lang.Object
Warning: Instances keep a strong reference to the view. Operators that cache
instances have the potential to leak the associated Context.
| Modifier and Type | Method and Description |
|---|---|
abstract int |
before() |
abstract int |
count() |
static TextViewTextChangeEvent |
create(android.widget.TextView view,
java.lang.CharSequence text,
int start,
int before,
int count) |
abstract int |
start() |
abstract java.lang.CharSequence |
text() |
abstract android.widget.TextView |
view()
The view from which this event occurred.
|
public static TextViewTextChangeEvent create(android.widget.TextView view, java.lang.CharSequence text, int start, int before, int count)
public abstract android.widget.TextView view()
public abstract java.lang.CharSequence text()
public abstract int start()
public abstract int before()
public abstract int count()