BaseObservable

abstract class BaseObservable<T> : Observable<T> (source)

Base class for an Observable which takes care of the observer saving

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun addObserver(observer: Observer<T>)
Add a new observer which is interested in updates about this value