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.
public interface interface FWSimOutputListener extends java.util.EventListener { // Public Instance Methods