- _listenersAsync
shared(NotificationListener)[] _listenersAsync;
Undocumented in source.
- _listeners
shared(NotificationListener)[] _listeners;
Undocumented in source.
- 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.
- listeners
auto ref listeners [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- listenersAsync
auto ref listenersAsync [@property getter]
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.
- send
void send(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.