MultiProgressObjectWrapper.java | Class | MultiProgressObjectWrapper wraps multiple progress objects into a single one.
If all wrapped objects are in COMPLETED or FAILED state the state object
will be changed to:
-
StateType.COMPLETED if all wrapped objects reached the COMPLETED state
-
StateType.FAILED if any of wrapped objects reached the FAILED state
Note that all wrapped objects have to be in COMPLETED or FAILED state to
invoke the change of the state of this object. |