Package 

Interface BucketedTextChangeListener.ContentChangeCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void whenComplete() Idempotent function invoked by the listener when the edit text changes and is of expectedlength
      abstract void whileIncomplete() Idempotent function invoked by the listener when the edit text changes and is not ofexpected length
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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