EventList

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

append
void append(EventInterface event, TypeInfo eventType)
Undocumented in source. Be warned that the author may not have intended to support it.
append
void append(EventListInterface newEventList)
Undocumented in source. Be warned that the author may not have intended to support it.
dispatch
void dispatch(EventDispatcherInterface dispatcher)

Process all of the events in this event list. Each event may in turn create new events which must also be processed. Keep looping until all events have been processed and no new events have been created.

getEventList
DList!EventContainer getEventList()
Undocumented in source. Be warned that the author may not have intended to support it.
size
ulong size()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventListInterface

append
void append(EventInterface event, TypeInfo eventType)
Undocumented in source.
dispatch
void dispatch(EventDispatcherInterface dispatcher)
Undocumented in source.
getEventList
DList!EventContainer getEventList()
Undocumented in source.
size
ulong size()
Undocumented in source.

Meta