Interface | Description |
---|---|
Event<H extends EventHandler> |
Marker interface for events used in the
EventBus . |
EventBus |
Event bus which fires events to a set of registered handlers.
|
EventHandler |
Marker interface for handlers used in the
EventBus . |
HandlerRegistration |
Registration returned when registering a handler with a
EventBus . |
SystemEventBus |
Defines the name of the system event bus.
|
Class | Description |
---|---|
EventBusProtector |
Protects event buses in the parent ComponentProvider by wrapping them with resettable wrappers.
|
EventHandlerCollection<H extends EventHandler> |
Simple thread safe collection of handlers for a specific event.
|
ResettableEventBus |
Wraps an EventBus and remembers all handlers registered via this wrapper, so that they can easily all be cleared at once.
|
SimpleEventBus |
Event bus implementation.
|
SystemEventBusConfigurer |
Configures an
EventBus bound to the name system . |
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.