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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSimulation(SimulationContext context) called after simulationvoidbeforeSimulation(SimulationContext context) called before simulationvoidstepChange(SimulationContext context, TimeStep step) Receive event when simulation change step
-
Constructor Details
-
SimulationPreScriptListener
public SimulationPreScriptListener()
-
-
Method Details
-
afterSimulation
Description copied from interface:SimulationListenercalled after simulation- Specified by:
afterSimulationin interfaceSimulationListener
-
beforeSimulation
Description copied from interface:SimulationListenercalled before simulation- Specified by:
beforeSimulationin interfaceSimulationListener
-
stepChange
Description copied from interface:SimulationListenerReceive event when simulation change step- Specified by:
stepChangein interfaceSimulationListenerstep- new Step
-