public static interface BucketedTextChangeListener.ContentChangeCallback
| Modifier and Type | Method and Description |
|---|---|
void |
whenComplete()
Idempotent function invoked by the listener when the edit text changes and is of expected
length
|
void |
whileIncomplete()
Idempotent function invoked by the listener when the edit text changes and is not of
expected length
|