Interface EventBus

All Known Implementing Classes:
DefaultEventBus, SimpleEventBus

public interface EventBus
The EventBus is the main demarcation line between internal behavior and external visibility.

All events happening inside the system (and those fed from the outside as well) are visible through the EventBus.