attachObserver

abstract fun attachObserver(observer: ObserverIfc<T>)(source)

Allows the adding (attaching) of an observer to the observable

Parameters

observer

the observer to attach