EventManager.emit

Notify all receivers of an event E. Calls their receive callback.

class EventManager
pure nothrow @trusted
void
emit
(
E
)
()

Meta