Jump to content

Event queue

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Allen3 (talk | contribs) at 15:27, 11 May 2005 (Stub-sorting. You can help!.). 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 data detailing the event, including the time of occurance, the type of input device, 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.