Progress.java | Class | This class encapsulates data that describes the course of an operation, such as
the operation description, detailed status string and completion percentage.
A typical usecase would be for a client to costruct an instance of this object
and pass it to the operation handler, which will update the progress as the
operation goes on. |