public abstract class TextViewBeforeTextChangeEvent
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 |
after() |
abstract int |
count() |
static TextViewBeforeTextChangeEvent |
create(android.widget.TextView view,
java.lang.CharSequence text,
int start,
int count,
int after) |
abstract int |
start() |
abstract java.lang.CharSequence |
text() |
abstract android.widget.TextView |
view()
The view from which this event occurred.
|
public static TextViewBeforeTextChangeEvent create(android.widget.TextView view, java.lang.CharSequence text, int start, int count, int after)
public abstract android.widget.TextView view()
public abstract java.lang.CharSequence text()
public abstract int start()
public abstract int count()
public abstract int after()