event_bus/event_bus_plus library
Classes
- AppEvent
- The base class for all events
- EmptyEvent
- The empty event
- EventBus
- The event bus implementation
- EventBusHistoryEntry
- The history entry
- EventCompletionEvent
- The event completion event
- IEventBus
- The event bus interface
- Subscription
- The class manages the subscription to event bus
Typedefs
- 
    Responder<T> = void Function(T event) 
- The function/method signature for the event handler