| Interface | Description |
|---|---|
| EventConsumer |
EventConsumer defines the Consumer of any Event extends EventListener
|
| EventDefinition |
EventDefinition ins implemented by EventDefinitionImpl
Used as RT implementation for accessing Event Defintion in Bean.xml file
|
| EventDispatcher |
A EventDispatcherImpl implements this interface
This class helps in dispatching the event.
|
| EventNameResolver |
A DefaultEventNameResolver implements this interface
This class helps in resolving the producer and consumer
|
| EventProducer |
EventProducer defines the Producer of any Event
|
| Class | Description |
|---|---|
| AbstractEventDefinition | |
| AbstractEventDispatcher |
A AbstractEventDispatcher implements EventDispatcher interface
This class helps in dispatching the event.
|
| Event |
Event extends EventObject
|
| EventDefinitionImpl |
EventDefinitionImpl extends AbstractEventDefinition
Used as RT implementation for accessing Event Defintion in Bean.xml file
|