dxx ~master (2021-11-02T05:31:47.8866387)
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