ChannelImpl

Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose(void delegate() d)
Undocumented in source. Be warned that the author may not have intended to support it.
onOpen
void onOpen(void delegate() d)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_onClose
void delegate()* _onClose;
Undocumented in source.
_onOpen
void delegate()* _onOpen;
Undocumented in source.

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 Channel

onOpen
void onOpen(void delegate() )
Undocumented in source.

Meta