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

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

public class LModelInstantiatedEvent
extends Object
implements LaraSynchronousEvent

Is fired on instantiation of the model. Triggers initialization of components. Should be called from ModelController.


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

Constructor Detail

LModelInstantiatedEvent

public LModelInstantiatedEvent()