de.cesr.lara.components.eventbus.events
Interface LaraRequiresPrecedingEvent

All Known Implementing Classes:
LModelInitializedEvent, LPpBoCollectorEvent

public interface LaraRequiresPrecedingEvent


Method Summary
 Class<? extends LaraEvent> getRequiredPrecedingEventClass()
          The Class.getSimpleName() of the event which should have occurred before in the same time step
 

Method Detail

getRequiredPrecedingEventClass

Class<? extends LaraEvent> getRequiredPrecedingEventClass()
The Class.getSimpleName() of the event which should have occurred before in the same time step

Returns:
required event class