-
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public interface BucketedTextChangeListener.ContentChangeCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidwhenComplete()Idempotent function invoked by the listener when the edit text changes and is of expectedlength abstract voidwhileIncomplete()Idempotent function invoked by the listener when the edit text changes and is not ofexpected length -
-
Method Detail
-
whenComplete
abstract void whenComplete()
Idempotent function invoked by the listener when the edit text changes and is of expectedlength
-
whileIncomplete
abstract void whileIncomplete()
Idempotent function invoked by the listener when the edit text changes and is not ofexpected length
-
-
-
-