sbylib.event.event

Undocumented in source.

Members

Aliases

VoidEvent
alias VoidEvent = Event!()
Undocumented in source.

Classes

Event
class Event(Args...)
Undocumented in source.
EventException
class EventException
Undocumented in source.
EventWatcher
class EventWatcher
Undocumented in source.

Functions

error
Event!(Args) error(Event!(Args) event, void delegate(Exception) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
once
Event!(Args) once(Event!(Args) event)
Undocumented in source. Be warned that the author may not have intended to support it.
once
Event!(Args) once(Event!(Args) event, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
once
Event!(Args) once(Event!(Args) event, void delegate(Args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
ownedBy
Event!(Args) ownedBy(Event!(Args) event, IEvent owner)
Undocumented in source. Be warned that the author may not have intended to support it.
then
Event!(Args) then(Event!(Args) event, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
then
Event!(Args) then(Event!(Args) event, void delegate(Args) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
until
Event!(Args) until(Event!(Args) event, bool delegate() condition)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IEvent
interface IEvent
Undocumented in source.

Meta