- addListener
void addListener(void delegate(T1) shared listener)
Undocumented in source. Be warned that the author may not have intended to support it.
- emit
void emit(T1 args)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeListener
void removeListener(void delegate(T1) shared listener)
Undocumented in source. Be warned that the author may not have intended to support it.