IOnValueChangedEvent

fun interface IOnValueChangedEvent<T>

Functions

Link copied to clipboard
abstract fun onValueChanged(changedValue: T)