public interface SimulationListener
| Modifier and Type | Method and Description |
|---|---|
void |
failed(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been unsuccessful.
|
void |
start(Trace trace)
This method identifies when a trace simulation has started.
|
void |
start(Trace trace,
Step step)
This method identifies when the simulation of trace step has
started.
|
void |
stop(Trace trace)
This method identifies when a trace simulation has stopped.
|
void |
successful(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been successful.
|
void start(Trace trace)
trace - The tracevoid start(Trace trace, Step step)
trace - The tracestep - The stepvoid successful(Trace trace, Step step)
trace - The tracestep - The stepvoid failed(Trace trace, Step step)
trace - The tracestep - The stepvoid stop(Trace trace)
trace - The traceCopyright © 2014. All Rights Reserved.