Interface SubProgressObserver

All Superinterfaces:
AutoCloseable, CancelObserver, ProgressObserver

@PublicAPI @Deprecated(forRemoval=true) @SubjectToRemoval(date=JAN_01_2025) public interface SubProgressObserver extends ProgressObserver
Deprecated, for removal: This API element is subject to removal in a future version.
Use ProgressObserver instead. Will be removed.
Observer for reporting the progress of subtasks.

This observer is intended to follow the executions of subtasks (using ProgressObserver.subTask(java.lang.String, long)). The only additional constraint is that the explicit signalling of finisging the work (using ProgressObserver.close() is required; usually by the host task.