| Class | Description |
|---|---|
| AbstractDispatcher |
Abstract implementation of a dispatcher.
|
| AbstractSerialDispatcher |
Abstract implementation of a dispatcher processing events in a serial manner, one at a time.
|
| AbstractUIThreadDispatcher |
Abstract implementation of a dispatcher strategy dispatching event in a serial manner on a single UI thread (e.g.
|
| CurrentThreadDispatcher |
Dispatcher strategy dispatching events on the current thread (whatever it may be when the
CurrentThreadDispatcher.dispatch(Event,
Map, Collection, Collection) method is called). |
| EDTDispatcher |
Dispatcher strategy dispatching all on the AWT/SWing Event Dispatch Thread.
|
| FxApplicationThreadDispatcher |
Dispatcher strategy dispatching all on the JavaFX Application Thread.
|
| SingleThreadDispatcher |
| Enum | Description |
|---|---|
| AbstractUIThreadDispatcher.NestedDispatchStrategy | |
| CurrentThreadDispatcher.NestedDispatchStrategy | |
| SingleThreadDispatcher.NestedDispatchStrategy |
Copyright © 2017. All rights reserved.