Mediator.on

A function for appending listeners to the channel event.

struct Mediator(params...)
version(D_Ddoc)
void
on
(
IType channel
)

Parameters

channel

The channel whose event to subscribe to.

listeners EventType.ListenerType[]

The listeners to append.

See Also

subscribed.event.Event.append

Meta