IObserver
An observer that can be subscribed to changes of an IObservable
The object-oriented version of the ObserverCallback
Methods
Methods
onChanged
onChanged(data: DataT): void
Called when the data in the IObservable has changed.
| Parameter | Type |
|---|---|
| data | DataT |