SyncNotificationSource

Synchronized notification handler.

Members

Functions

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.

Variables

notificationListeners
NotificationListener[] notificationListeners;
Undocumented in source.

Inherited Members

From NotificationSource

addNotificationListener
void addNotificationListener(shared(NotificationListener) n)
Undocumented in source.
removeNotificationListener
void removeNotificationListener(shared(NotificationListener) n)
Undocumented in source.

Meta