- _send
void _send(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.
- addNotificationListener
void addNotificationListener(shared(NotificationListener) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeNotificationListener
void removeNotificationListener(shared(NotificationListener) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.
Synchronized notification handler. Extend this class to create an object that can send notifications to a group of listeners.