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.
-
Classes in provided.utils.dispatcher used by provided.utils.dispatcherClassDescriptionTop-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.
-
Classes in provided.utils.dispatcher used by provided.utils.dispatcher.implClassDescriptionTop-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.