dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
Dub
Repo
BaseEventListener
dscord
util
emitter
Undocumented in source.
class
BaseEventListener :
BoundEmitter
{
string
name
;
Emitter
e
;
void
unbind
();
void
call
(string name, Variant arg);
}
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
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
e
Emitter
e
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Inherited Members
From BoundEmitter
call
void
call
(string , Variant )
Undocumented in source.
Meta
Source
See Implementation
dscord
util
emitter
classes
AllEventListener
BaseEventListener
Emitter
EmitterStop
EventListener
interfaces
BoundEmitter