Interface SimulationListener

All Known Subinterfaces:
ResultStorage, SimulationResultListener
All Known Implementing Classes:
ResultDatabaseStorage, ResultMappedStorage, ResultStorageAbstract, ResultStorageCSV, ResultStorageInMemory, SimulationExportResultWrapper, SimulationPreScriptListener, 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 Details

    • beforeSimulation

      void beforeSimulation(SimulationContext context)
      called before simulation
      Parameters:
      context -
    • stepChange

      void stepChange(SimulationContext context, TimeStep step)
      Receive event when simulation change step
      Parameters:
      context -
      step - new Step
    • afterSimulation

      void afterSimulation(SimulationContext context)
      called after simulation
      Parameters:
      context -