IEvent¶
Namespace:
SideXP.Broadcaster
Base marker for every event type handled by an EventBus. An event is a C# type: the type is both the identity and the payload. Implement one of the four kind markers below (never this one directly).
Remarks
The bus dispatches on the exact type only: emitting a derived type never reaches a listener registered for a base type.