NObserver
The Observer is an interface that describes a component that is notified when a watched value is changed.
Parameters
T
The type of data being observed.
The Observer is an interface that describes a component that is notified when a watched value is changed.
The type of data being observed.