ObservableComponent

Permits observable pattern to be used in delegation pattern by exposing notification of observers via public method.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun notifyAttached(newValue: T)

Allows observable component to notify observers