public abstract class AbstractTaskMonitor extends java.lang.Object implements ISubTaskMonitorParent
| Constructor and Description | 
|---|
AbstractTaskMonitor(int depth)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
childEnded()  | 
IServerTaskMonitor | 
subWork(double work)  | 
IServerTaskMonitor | 
subWork(java.lang.String logPrefix,
       double work)
Create a sub task monitor that uses a given amount of work unit from the task 
 | 
public final IServerTaskMonitor subWork(double work)
subWork in interface IServerTaskMonitorIServerTaskMonitor.subWork(String, double)public final IServerTaskMonitor subWork(java.lang.String logPrefix, double work)
IServerTaskMonitorsubWork in interface IServerTaskMonitorwork - the total number of work units given to the sub task monitor
                  task.public final void childEnded()
childEnded in interface ISubTaskMonitorParentCopyright © 2023. All Rights Reserved.