BaseEventListener

Base event listener implementation.

Members

Functions

call
void call(string name, Variant arg)

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

unbind
void unbind()

Unbinds this listener forever.

Variables

e
Emitter e;

Undocumented in source.

name
string name;

Undocumented in source.

order
EmitterOrder order;

Undocumented in source.

Inherited Members

From BoundEmitter

call
void call(string , Variant )

Undocumented in source.

Meta