See: Description
| Interface | Description |
|---|---|
| WorkProgress |
A WorkProgress allows to follow the progression of an asynchronous or background work.
|
| WorkProgress.MultiTask |
Interface for a multi-task progress, which is composed of sub-WorkProgress.
|
| WorkProgress.MultiTask.SubTask |
Interface for a sub-task.
|
| Class | Description |
|---|---|
| FakeWorkProgress |
Implementation of WorkProgress without really increasing any progression.
|
| MultiTaskProgress |
Implementation of WorkProgress, composed of sub-WorkProgress.
|
| SubWorkProgress |
Implementation of WorkProgress for a sub-aork, that will transmit its progression to its parent.
|
| WorkProgress.MultiTask.SubTask.Wrapper |
Simple implementation of SubTask.
|
| WorkProgressImpl |
Default implementation of a WorkProgress.
|
| WorkProgressUtil |
Utility methods.
|
Copyright © 2019. All rights reserved.