Class | Description |
---|---|
AFXComponentWorker<T> |
handles component methods in own thread;
|
FXComponentInitWorker |
Background Worker to execute components; handle method to init component.
|
FXComponentReplaceWorker |
Background Worker to execute components handle method in separate thread and
to replace or add the component result node; While the handle method is
executed in an own thread the postHandle method is executed in application
main thread.
|
StateComponentRunWorker |
this class handles running stateful background components
|
StateLessComponentRunWorker |
Component worker to run instances of a stateless component in a worker
thread.
|