EventListener

Undocumented in source.

Constructors

this
this(Emitter e, string name, void delegate(Variant) f)
Undocumented in source.

Members

Functions

call
void call(string name, Variant arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

func
void delegate(Variant arg) func;
Undocumented in source.

Inherited Members

From BaseEventListener

name
string name;
Undocumented in source.
e
Emitter e;
Undocumented in source.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(string name, Variant arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta