| Package | Description |
|---|---|
| com.github.leanframeworks.minibus.base.dispatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUIThreadDispatcher
Abstract implementation of a dispatcher strategy dispatching event in a serial manner on a single UI thread (e.g.
|
class |
CurrentThreadDispatcher
Dispatcher strategy dispatching events on the current thread (whatever it may be when the
CurrentThreadDispatcher.dispatch(Event,
Map, Collection, Collection) method is called). |
class |
EDTDispatcher
Dispatcher strategy dispatching all on the AWT/SWing Event Dispatch Thread.
|
class |
FxApplicationThreadDispatcher
Dispatcher strategy dispatching all on the JavaFX Application Thread.
|
class |
SingleThreadDispatcher |
Copyright © 2017. All rights reserved.