Class AbstractSimulation
java.lang.Object
com.prineside.tdi2.utils.simulation.AbstractSimulation
- All Implemented Interfaces:
Simulation
- Direct Known Subclasses:
PerformanceBenchmarkSim
,SyncCheckSim
,TowerBenchmarkSim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
logThrowable
(byte logLevel, String message, Throwable e) void
setSimLogListener
(SimLogListener listener) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.prineside.tdi2.utils.simulation.Simulation
getName, getProgress, isReadyToStart, isRunning, isSuccessful, setSimFinishListener, start, stop
-
Constructor Details
-
AbstractSimulation
public AbstractSimulation()
-
-
Method Details
-
setSimLogListener
- Specified by:
setSimLogListener
in interfaceSimulation
-
logThrowable
-
log
-