Interface | Description |
---|---|
Multicaster<T> | |
Notification |
Generic interface for notification systems.
|
Class | Description |
---|---|
AbstractMulticaster<T> |
This is a generic abstract event multicaster based on the pattern of the
AWTEventMulticaster . |
DefaultMulticaster | |
DefaultMulticaster.Handler<T> | |
ExceptionHandler |
Handles threading exceptions by distributing them to a collection
queue for processing by the framework.
|
InvocationLogger | |
LoggerNotification |
Notification implementation that generates log messages describing
each notification event.
|
NotificationAdapter |
Empty implementation of the notification adapter.
|
NotificationMulticaster |