ServiceBase

Undocumented in source.

Members

Functions

onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
onStop
void onStop()
Undocumented in source. Be warned that the author may not have intended to support it.
sendServiceNotification
void sendServiceNotification(ServiceNotification n)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(const(Variant[string]) param)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SyncNotificationSource

notificationListeners
NotificationListener[] notificationListeners;
Undocumented in source.
send
void send(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.
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.

From Service

start
void start(const(Variant[string]) param)
Undocumented in source.
stop
void stop()
Undocumented in source.

Meta