Package fr.ifremer.isisfish.simulator
Class SimulationPreScriptListener
java.lang.Object
fr.ifremer.isisfish.simulator.SimulationPreScriptListener
- All Implemented Interfaces:
SimulationListener
SimulationPreScript.
Created: 14 nov. 07 00:06:18
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterSimulation
(SimulationContext context) called after simulationvoid
beforeSimulation
(SimulationContext context) called before simulationvoid
stepChange
(SimulationContext context, TimeStep step) Receive event when simulation change step
-
Constructor Details
-
SimulationPreScriptListener
public SimulationPreScriptListener()
-
-
Method Details
-
afterSimulation
Description copied from interface:SimulationListener
called after simulation- Specified by:
afterSimulation
in interfaceSimulationListener
-
beforeSimulation
Description copied from interface:SimulationListener
called before simulation- Specified by:
beforeSimulation
in interfaceSimulationListener
-
stepChange
Description copied from interface:SimulationListener
Receive event when simulation change step- Specified by:
stepChange
in interfaceSimulationListener
step
- new Step
-