Observable

interface Observable

Functions

Link copied to clipboard
abstract fun addObserver(observer: Observer)
Link copied to clipboard
abstract fun notifyObservers()
Link copied to clipboard
abstract fun removeObserver(observer: Observer)