Class NotificationEmitterSupport

  • All Implemented Interfaces:
    NotificationBroadcaster, NotificationEmitter

    public final class NotificationEmitterSupport
    extends NotificationBroadcasterSupport
    Features:
    • Maintains information on all NotificationListeners so that queries can be made on the number of listeners, and the number of listeners of each type
    • optionally sends all Notifications asynchronously via a separate Thread

    For async use, a shared sender thread is used for all Notifications.