dxx v0.0.9 (2018-11-07T11:31:35Z)
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
SyncNotificationSource
interfaces
NotificationListener
NotificationSource