Observer

fun interface Observer

Observer interface for observable Properties.

Functions

Link copied to clipboard
abstract fun update()

Can be implemented to react on changes in the observed property.