fr.ifremer.isisfish.simulator
Interface SimulationListener

All Known Subinterfaces:
SimulationResultListener
All Known Implementing Classes:
ResultStorage, SimulationExportResultWrapper, SimulationPreScript, SimulationResultXML

public interface SimulationListener

You can create new SimulationListener and add it for simulation. To do that add tag/value in advanced parameter simulation launcher like tag: SimulationListener value: fr.ifremer.simulator.SimulationResultXML(outFilename="/tmp/export-isis/mexico.xml"), ...

Author:
poussin

Method Summary
 void afterSimulation(SimulationContext context)
          called after simulation
 void beforeSimulation(SimulationContext context)
          called before simulation
 

Method Detail

beforeSimulation

void beforeSimulation(SimulationContext context)
called before simulation

Parameters:
context -

afterSimulation

void afterSimulation(SimulationContext context)
called after simulation

Parameters:
context -


Copyright © 1999-2012 CodeLutin. All Rights Reserved.