| Class | Description |
|---|---|
| AComponentWorker<T> |
handles component methods in own thread;
|
| AEmbeddedComponentWorker |
handles component methods in own thread;
|
| CallbackComponentInitWorker |
This class handles running stateful background component
|
| FXComponentInitWorker |
Background Worker to execute component; handle method to init component.
|
| StateLessComponentRunWorker |
CallbackComponent worker to run instances of a stateless component in a worker
thread.
|
| TearDownWorker |
This worker handles TearDown annotated methods for state- and stateless component.
|