Interface BucketedTextChangeListener.ContentChangeCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
    • Method Detail

      • whenComplete

        void whenComplete()
        Idempotent function invoked by the listener when the edit text changes and is of expected length
      • whileIncomplete

        void whileIncomplete()
        Idempotent function invoked by the listener when the edit text changes and is not of expected length