Package be.gaudry.model.thread
package be.gaudry.model.thread
Provides the classes necessary to use threads.
The lengthy jobs are performed into other threads, and reports progress and results.
-
InterfaceDescriptionIBrolLoader<T>Allows to load asynchronously data and to report informations about loading without freezing GUI.Allows to report progress of a long time job.NOTE: This is the replacement of the deprecated Observer pattern.
-
ClassDescriptionAn abstract class to perform lengthy GUI-interacting tasks in a dedicated thread.Allows sending some informations about the task progression to the view.\n Provided by the broldev.file.synchro.swing project.