Interface FloatingHintEditText.EditTextListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onKeyPress(int keyCode, KeyEvent event) Called when there is a key press event
      abstract void onErrorDismissed() Called when user proceeds typing in after there was an error shown.
      abstract void afterTextChanged(Editable s) Called after each Editable text change.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onKeyPress

         abstract void onKeyPress(int keyCode, KeyEvent event)

        Called when there is a key press event

        Parameters:
        keyCode - code for a pressed key
        event - event for key press
      • onErrorDismissed

         abstract void onErrorDismissed()

        Called when user proceeds typing in after there was an error shown.