| Interface | Description |
|---|---|
| IDispatcher<TMsg> |
Top-level abstraction of a Dispatcher which is the Observable in the
Observer-Observable Design Pattern without the requirement to set the state
before sending a message to the observers.
|
| IObserver<TMsg> |
Top-level abstraction of the Observer in the Observer-Observable Design Pattern.
|