IEventQueue Class

class IEventQueue

Interface to an event queue. Events are placed in the queue using the QueueEvent method. Each event is assigned a priority so that the event queue can dispatch events according to their priority. Events are dispatched to event routers using the DispatchEvent method.

Defined in: EventQueue.h