net.simplace.simulation.event.FWSimOutputListener

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
public void update(FWSimOutputEvent aEvent);

invoked when a OutputEvent is received


}



Passed to: net.simplace.simulation.io.output.FWSimOutputManager.registerOutputListener(), net.simplace.simulation.wrapper.SimplaceWrapper.registerOutputListener(), net.simplace.simulation.io.output.FWSimOutputManager.removeOutputListener(), net.simplace.simulation.wrapper.SimplaceWrapper.removeOutputListener()