sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
EventWatcher
sbylib
event
event
Undocumented in source.
class
EventWatcher {
static
Array
!
IEvent
_eventList
;
static
void
update
();
static
const
(
Array
!
IEvent
)
eventList
();
}
Members
Static functions
eventList
const
(
Array
!
IEvent
)
eventList
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
_eventList
Array
!
IEvent
_eventList
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
event
event
aliases
VoidEvent
classes
Event
EventException
EventWatcher
functions
error
once
ownedBy
then
until
interfaces
IEvent