android-components / mozilla.components.support.base.observer / ObserverRegistry / notifyObservers

notifyObservers

fun notifyObservers(block: T.() -> Unit): Unit (source)

Overrides Observable.notifyObservers

Notifies all registered observers about a change.

Parameters

block - the notification (method on the observer to be invoked).