Event

Event

FIXME: Rename this to Trigger

An Event represents a trigger for a given signal(s) handlers which associate with the given typeID

It can optionally take a payload with it as well

Constructors

this
this(ulong typeID, ubyte[] payload)

Creates a new Event, optionally taking with is a payload

Members

Variables

id
ulong id;
Undocumented in source.
payload
ubyte[] payload;
Undocumented in source.

Meta