Event

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addFinishCallback
void addFinishCallback(void delegate() finishCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
context
EventContext[] context()
Undocumented in source. Be warned that the author may not have intended to support it.
fire
void fire(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
fireOnce
void fireOnce(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
kill
void kill()
Undocumented in source. Be warned that the author may not have intended to support it.
throwError
void throwError(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Event create(Event!Args delegate(void delegate()) cb)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_context
EventContext[] _context;
Undocumented in source.
killCondition
bool delegate() killCondition;
Undocumented in source.

Inherited Members

From IEvent

kill
void kill()
Undocumented in source.
addFinishCallback
void addFinishCallback(void delegate() )
Undocumented in source.
isAlive
bool isAlive()
Undocumented in source.
context
EventContext[] context()
Undocumented in source.

Meta