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

All Superinterfaces:
LaraEvent
All Known Implementing Classes:
LModelFinishEvent, LModelStepEvent, LModelStepFinishedEvent

public interface LaraSequentialEvent
extends LaraEvent

The LaraEventBus will notify subscribers of Events implementing this interface sequential. This means: one subscribers is notified --> subscriber finishes --> next subscriber is notified ... --> LaraEventBus.publish(LaraEvent event) returns