Software:Event cascade: Difference between revisions
From HandWiki
Importwiki (talk | contribs) (import) |
MainEditor (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
In [[Event-driven programming|event-driven]] [[Computer program|computer program]]s, an '''event cascade''' occurs when an event handler causes another event to occur which also triggers an event handler. This can be a tricky source of program errors (see computer bug). | In [[Event-driven programming|event-driven]] [[Computer program|computer program]]s, an '''event cascade''' occurs when an event handler causes another event to occur which also triggers an event handler. This can be a tricky source of program errors (see computer bug). | ||
An event generated from the code executed in another event response. | An event generated from the code executed in another event response. |
Latest revision as of 10:57, 31 March 2024
In event-driven computer programs, an event cascade occurs when an event handler causes another event to occur which also triggers an event handler. This can be a tricky source of program errors (see computer bug). An event generated from the code executed in another event response.
Original source: https://en.wikipedia.org/wiki/Event cascade.
Read more |