All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.taig.android.util.SimpleTextWatcher.scala Maven / Gradle / Ivy

The newest version!
package io.taig.android.util

import android.text.TextWatcher

abstract class SimpleTextWatcher extends TextWatcher {
  override def onTextChanged(s: CharSequence,
                             start: Int,
                             before: Int,
                             count: Int): Unit = {}

  override def beforeTextChanged(s: CharSequence,
                                 start: Int,
                                 count: Int,
                                 after: Int): Unit = {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy