- emit
void emit(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- emitByName
void emitByName(string name, T obj, bool all)
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
EventListener listen(void delegate(T) f)
Undocumented in source. Be warned that the author may not have intended to support it.
- listenAll
AllEventListener listenAll(void delegate(string, Variant) f)
Undocumented in source. Be warned that the author may not have intended to support it.
- listenRaw
EventListener listenRaw(string event, void delegate(Variant) f)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
EventListener on(string event, void delegate() f)
Undocumented in source. Be warned that the author may not have intended to support it.