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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
begin, end, log, progress
public final IServerTaskMonitor subWork(double work)
subWork
in interface IServerTaskMonitor
IServerTaskMonitor.subWork(String, double)
public final IServerTaskMonitor subWork(java.lang.String logPrefix, double work)
IServerTaskMonitor
subWork
in interface IServerTaskMonitor
work
- the total number of work units given to the sub task monitor
task.public final void childEnded()
childEnded
in interface ISubTaskMonitorParent
Copyright © 2021. All Rights Reserved.