public class SimulationPreScriptListener extends Object implements SimulationListener
Constructor and Description |
---|
SimulationPreScriptListener() |
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
|
public void afterSimulation(SimulationContext context)
SimulationListener
afterSimulation
in interface SimulationListener
public void beforeSimulation(SimulationContext context)
SimulationListener
beforeSimulation
in interface SimulationListener
public void stepChange(SimulationContext context, TimeStep step)
SimulationListener
stepChange
in interface SimulationListener
step
- new StepCopyright © 1999–2020 CodeLutin. All rights reserved.