public abstract class TextViewAfterTextChangeEvent
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 |
|---|---|
static TextViewAfterTextChangeEvent |
create(android.widget.TextView view,
android.text.Editable editable) |
abstract android.text.Editable |
editable() |
abstract android.widget.TextView |
view()
The view from which this event occurred.
|
public static TextViewAfterTextChangeEvent create(android.widget.TextView view, android.text.Editable editable)
public abstract android.widget.TextView view()
public abstract android.text.Editable editable()