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) void
dispatch
(Object event, Iterator<Subscriber> subscribers) Dispatches the givenevent
to 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:Dispatcher
Dispatches the givenevent
to the givensubscribers
.- Specified by:
dispatch
in classDispatcher
-