Module hw06

Package provided.utils.dispatcher


package provided.utils.dispatcher
Definitions of the parts of the Observer-Observable Design Pattern.
Author:
swong
  • Interface Summary
    Interface
    Description
    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.