Class StructuredTaskProgress


  • public class StructuredTaskProgress
    extends Object
    This is "live" structured task progress information. Thread safety: Must be thread safe. 1. Updates are invoked in the context of the thread executing the task. 2. But queries are invoked either from this thread, or from some observer (task manager or GUI thread).