Interface FWSimulationListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
CreateSessionProcessor, LoopSimModelRunProcessor

public interface FWSimulationListener extends EventListener
Model listener is called for start and end of a model run and for exceptional cases. Within the FWSimulationEvent all data available in the model can be accessed and modified. For implementation method simulationStarted(FWSimulationEvent), simulationEnded(FWSimulationEvent) and simulationErrored(FWSimulationErrorEvent) have to be implemented. FWSimulationErrorEvent contains additional exception information.
Author:
Andreas Enders