Package com.google.common.eventbus
Class Dispatcher.LegacyAsyncDispatcher
java.lang.Object
com.google.common.eventbus.Dispatcher
com.google.common.eventbus.Dispatcher.LegacyAsyncDispatcher
- Enclosing class:
- Dispatcher
Implementation of a
Dispatcher.legacyAsync() dispatcher.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionGlobal event queue. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voiddispatch(Object event, Iterator<Subscriber> subscribers) Dispatches the giveneventto the givensubscribers.Methods inherited from class com.google.common.eventbus.Dispatcher
immediate, legacyAsync, perThreadDispatchQueue
-
Field Details
-
queue
Global event queue.
-
-
Constructor Details
-
LegacyAsyncDispatcher
private LegacyAsyncDispatcher()
-
-
Method Details
-
dispatch
Description copied from class:DispatcherDispatches the giveneventto the givensubscribers.- Specified by:
dispatchin classDispatcher
-