Package org.jtrim2.ui.concurrent


package org.jtrim2.ui.concurrent
Defines generic utility to assist concurrency in thread confined UI frameworks (such as Swing or Java FX).
See Also:
  • Class
    Description
    Defines a task which may take long time and is to be executed in the background.
    BackgroundTaskExecutor<IDType,RightType>
    Defines an executor to execute background tasks of the GUI application.
    Defines a factory for executors scheduling events on the UI thread of the underlying UI framework (such as Swing or Java FX).
    Defines an interface to report the progress of a BackgroundTask or execute other task on the AWT Event Dispatch Thread.