Package com.xffffff.wellfed.common
Interface SearchInput.OnTextChange
-
- Enclosing class:
- SearchInput
public static interface SearchInput.OnTextChange
The OnTextChange interface defines the onTextChange handler for the RequiredTextInputLayout class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTextChange(java.lang.String newText)
-