dxx v0.2.1 (2018-12-18T20:09:57Z)
Dub
Repo
NotificationListenerBase
dxx
util
notify
Undocumented in source.
abstract
class
NotificationListenerBase :
NotificationListener
(
T
) {
void
handle
(T* t);
void
handleNotification
(void* t);
}
Members
Functions
handle
void
handle
(T* t)
Undocumented in source.
handleNotification
void
handleNotification
(void* t)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From NotificationListener
handleNotification
void
handleNotification
(void* t)
Undocumented in source.
Meta
Source
See Implementation
dxx
util
notify
classes
NotificationListenerBase
SyncNotificationSource
interfaces
ASyncNotificationListener
NotificationListener
NotificationSource