Jump to content

Event queue

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RJHall (talk | contribs) at 19:38, 26 October 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An event queue is a software queue that is used to process a sequence of inputs, typically from the user. Each record in the queue contains records detailing the event, including the time of occurance, the category of input, and the specific input parameters.

A WIMP environment such as Windows, stores user-generated events in an event queue by some form of prioritization (usually time of event or order of importance). The system then passes each event from the event queue to the target application.