de.cesr.lara.components.eventbus.events
Class LModelStepFinishedEvent

java.lang.Object
  extended by de.cesr.lara.components.eventbus.events.LModelStepFinishedEvent
All Implemented Interfaces:
LaraEvent, LaraSequentialEvent

public class LModelStepFinishedEvent
extends Object
implements LaraSequentialEvent

Is fired when a timestep ends. Should be called from Model. Currently no framework class depends on this event. TODO dependencies (list of important subscribers) for every event via javadoc


Constructor Summary
LModelStepFinishedEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LModelStepFinishedEvent

public LModelStepFinishedEvent()