Package com.google.common.eventbus
Class Dispatcher.ImmediateDispatcher
java.lang.Object
com.google.common.eventbus.Dispatcher
com.google.common.eventbus.Dispatcher.ImmediateDispatcher
- Enclosing class:
Dispatcher
Implementation of
Dispatcher.immediate()
.-
Field Summary
Fields -
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
-
INSTANCE
-
-
Constructor Details
-
ImmediateDispatcher
private ImmediateDispatcher()
-
-
Method Details
-
dispatch
Description copied from class:Dispatcher
Dispatches the givenevent
to the givensubscribers
.- Specified by:
dispatch
in classDispatcher
-