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 TypeClassDescriptionclassParallelDispatcher<TMsg>A dispatcher that updates its observers in parallel if possible on multiple threads.classSequentialDispatcher<TMsg>A simple dispatcher that updates its observers sequentially on a single thread.