dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
NotificationSource
dxx
util
notify
Undocumented in source.
interface
NotificationSource {
void
addNotificationListener
(shared(NotificationListener) n);
void
removeNotificationListener
(shared(NotificationListener) n);
}
Members
Functions
addNotificationListener
void
addNotificationListener
(shared(NotificationListener) n)
Undocumented in source.
removeNotificationListener
void
removeNotificationListener
(shared(NotificationListener) n)
Undocumented in source.
Meta
Source
See Implementation
dxx
util
notify
classes
NotificationListenerBase
SyncNotificationSource
interfaces
ASyncNotificationListener
NotificationListener
NotificationSource