Uses of Class
provided.utils.dispatcher.impl.ADispatcher
Packages that use ADispatcher
Package
Description
Implementations of the Observer-Observable Design Pattern as described in the dispatcher package.
-
Uses of ADispatcher in provided.utils.dispatcher.impl
Subclasses of ADispatcher in provided.utils.dispatcher.implModifier and TypeClassDescriptionclass
ParallelDispatcher<TMsg>
A dispatcher that updates its observers in parallel if possible on multiple threads.class
SequentialDispatcher<TMsg>
A simple dispatcher that updates its observers sequentially on a single thread.