Observer(androidJvm)

An `observer` interface used to subscribe for an `observable` events.

interface Observer(androidJvm)

Functions

notify
Link copied to clipboard

Notifies an `observer` about an `event`.

abstract fun notify(event: Event)

Inheritors

ObserverNative
Link copied to clipboard