EventListener

Listener for a specific event.

Constructors

this
this(Emitter e, string name, EmitterOrder order, 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

order
EmitterOrder order;

Undocumented in source.

e
Emitter e;

Undocumented in source.

name
string name;

Undocumented in source.

unbind
void unbind()

Unbinds this listener forever.

call
void call(string name, Variant arg)

Undocumented in source. Be warned that the author may not have intended to support it.

Meta