Event.call

Calls all the registered listeners in order.

struct Event(T)
void
call
if (
isCallable!T
)

Parameters

params ParamTypes

The param tuple to call the listener with.

Meta