
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