Software:Event cascade
From HandWiki
This template is being used in the wrong namespace. To nominate this talk page for deletion, go to Miscellany for deletion.
This article is being considered for deletion in accordance with Wikipedia's deletion policy. Please share your thoughts on the matter at this article's entry on the Articles for deletion page. |
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 |