public interface SimulationListener
Modifier and Type | Method and Description |
---|---|
void |
afterSimulation(SimulationContext context)
called after simulation
|
void |
beforeSimulation(SimulationContext context)
called before simulation
|
void |
stepChange(SimulationContext context,
TimeStep step)
Receive event when simulation change step
|
void beforeSimulation(SimulationContext context)
context
- void stepChange(SimulationContext context, TimeStep step)
context
- step
- new Stepvoid afterSimulation(SimulationContext context)
context
- Copyright © 1999–2020 CodeLutin. All rights reserved.