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

notifyObservers

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

Notifies all registered observers about a change.

Parameters

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