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.
  • Interface Summary
    Interface
    Description
    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.
  • Class Summary
    Class
    Description
    An 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.
  • Enum Class Summary
    Enum Class
    Description
    Action to perform with the progress event.