Interface FWSimOutputListener

All Superinterfaces:
EventListener

public interface FWSimOutputListener extends EventListener
Output listener is called for each timestep's output event. Within the event all data available in the model can be accessed and modified. For implementation method update(FWSimOutputEvent) has to be implemented.
Author:
Andreas Enders
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoked when a OutputEvent is received
  • Method Details

    • update

      void update(FWSimOutputEvent aEvent)
      invoked when a OutputEvent is received
      Parameters:
      aEvent -