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

java.lang.Object
  extended by de.cesr.lara.components.eventbus.events.LModelInitializedEvent
All Implemented Interfaces:
LaraEvent, LaraRequiresPrecedingEvent, LaraSynchronousEvent

public class LModelInitializedEvent
extends Object
implements LaraSynchronousEvent, LaraRequiresPrecedingEvent

Is fired on initialization of the model. Triggers initialization of components. Fired after ModelInstantiatedEvent (which signals Model existance).


Constructor Summary
LModelInitializedEvent()
           
 
Method Summary
 Class<? extends LaraEvent> getRequiredPrecedingEventClass()
          The Class.getSimpleName() of the event which should have occurred before in the same time step
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LModelInitializedEvent

public LModelInitializedEvent()
Method Detail

getRequiredPrecedingEventClass

public Class<? extends LaraEvent> getRequiredPrecedingEventClass()
Description copied from interface: LaraRequiresPrecedingEvent
The Class.getSimpleName() of the event which should have occurred before in the same time step

Specified by:
getRequiredPrecedingEventClass in interface LaraRequiresPrecedingEvent
Returns:
required event class