TMsg - The type of message this observer is capable of receiving and processing.public interface IObserver<TMsg>
| Modifier and Type | Method | Description |
|---|---|---|
void |
update(IDispatcher<TMsg> disp,
TMsg msg) |
void update(IDispatcher<TMsg> disp, TMsg msg)