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) 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
-
INSTANCE
-
-
Constructor Details
-
ImmediateDispatcher
private ImmediateDispatcher()
-
-
Method Details
-
dispatch
Description copied from class:DispatcherDispatches the giveneventto the givensubscribers.- Specified by:
dispatchin classDispatcher
-