Changes

1 byte added ,  18:00, 8 December 2021
m
Fixed my own formatting.
Line 28: Line 28:  
== Event Bus ==
 
== Event Bus ==
 
An '''event bus''' is an object which holds a list of event listeners, and the logic for firing the events. Events may be posted on these event buses, which then invokes the handlers. The main class for event buses is <code>IEventBus</code>, and a bus is created using <code>BusBuilder</code>.
 
An '''event bus''' is an object which holds a list of event listeners, and the logic for firing the events. Events may be posted on these event buses, which then invokes the handlers. The main class for event buses is <code>IEventBus</code>, and a bus is created using <code>BusBuilder</code>.
 +
 
A more detailed explanation at https://dzone.com/articles/design-patterns-event-bus.
 
A more detailed explanation at https://dzone.com/articles/design-patterns-event-bus.
  
2

edits