Uses of Package
provided.utils.dispatcher

Packages that use provided.utils.dispatcher
Package
Description
Definitions of the parts of the Observer-Observable Design Pattern.
Implementations of the Observer-Observable Design Pattern as described in the dispatcher package.
  • Class
    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.
    Top-level abstraction of the Observer in the Observer-Observable Design Pattern.
  • Class
    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.
    Top-level abstraction of the Observer in the Observer-Observable Design Pattern.