Class Dispatcher.ImmediateDispatcher

    • Constructor Detail

      • ImmediateDispatcher

        private ImmediateDispatcher()
    • Method Detail

      • dispatch

        void dispatch​(java.lang.Object event,
                      java.util.Iterator<Subscriber> subscribers)
        Description copied from class: Dispatcher
        Dispatches the given event to the given subscribers.
        Specified by:
        dispatch in class Dispatcher