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

_listenersAsync
shared(NotificationListener)[] _listenersAsync;
Undocumented in source.
_listeners
shared(NotificationListener)[] _listeners;
Undocumented in source.
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.
listeners
auto ref listeners [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
listenersAsync
auto ref listenersAsync [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_send
void _send(T* t)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(T* t)
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