EventDispatcher

Dispatch an Event to a function

Use this class whenever you want to redirect a specific event to a function. \

Constructors

this
this(Event event)
Undocumented in source.

Members

Functions

dispatch
void dispatch(void delegate(T) func)

Dispatch an event

Meta