public class SimulationExportResultWrapper extends Object implements SimulationListener
| Constructor and Description |
|---|
SimulationExportResultWrapper() |
| 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)
SimulationListenerafterSimulation in interface SimulationListenerpublic void beforeSimulation(SimulationContext context)
SimulationListenerbeforeSimulation in interface SimulationListenerpublic void stepChange(SimulationContext context, TimeStep step)
SimulationListenerstepChange in interface SimulationListenerCopyright © 1999–2014 CodeLutin. All rights reserved.