Package de.mhus.lib.core.strategy
Class DefaultMonitor
- java.lang.Object
-
- de.mhus.lib.core.strategy.DefaultMonitor
-
- All Implemented Interfaces:
Monitor
- Direct Known Subclasses:
DefaultTaskContext
public class DefaultMonitor extends Object implements Monitor
-
-
Constructor Summary
Constructors Constructor Description DefaultMonitor(Class<?> owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetStep()longgetSteps()voidincrementStep()Loglog()voidprint(Object... out)voidprintln()voidprintln(Object... out)voidsetStep(long step)voidsetSteps(long steps)
-
-
-
Constructor Detail
-
DefaultMonitor
public DefaultMonitor(Class<?> owner)
-
-
Method Detail
-
getSteps
public long getSteps()
-
getStep
public long getStep()
-
incrementStep
public void incrementStep()
- Specified by:
incrementStepin interfaceMonitor
-
-