Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

event-driven

You are here: irt.org | FOLDOC | event-driven

<programming> A kind of program, such as a graphical user interface, with a main loop which just waits for events to occur. Each event has an associated handler which is passed the details of the event, e.g. mouse button 3 pressed at position (355, 990).

For example, X window system and most Visual Basic application programs are event-driven.

See also callback.

(2000-02-09)

Nearby terms: EVE « event « Event Description Language « event-driven » EVGA » evolutionary algorithm » evolutionary computation

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb