| Interface | Description |
|---|---|
| EventBroadcaster |
The EventBroadcaster is the central relay point for events.
|
| EventExceptionManager.ExceptionFactory |
This interface is implementation by exception factories that can create exceptions from
events.
|
| EventListener |
This interface is implemented by clients who want to listen for events.
|
| EventProducer |
This is a marker interface which all event producer interfaces need to extend.
|
| Class | Description |
|---|---|
| CompositeEventListener |
EventListener implementation forwards events to possibly multiple other EventListeners.
|
| DefaultEventBroadcaster |
Default implementation of the EventBroadcaster interface.
|
| Event |
This is the default event class used by this package.
|
| Event.ParamsBuilder |
This class is a fluent builder class for building up the parameter map.
|
| EventExceptionManager |
This class is responsible for converting events into exceptions.
|
| EventFormatter |
Converts events into human-readable, localized messages.
|
| EventFormatter.LookupFieldPartFactory |
PartFactory for lookups.
|
Copyright © 2023 Apache Software Foundation. All rights reserved.