In computer programming, event driven programming is a programming paradigm in which the flow of the program is determined by events like messages from other programs or threads.
It is an application architecture technique divided into two sections
1) Event Selection
2) Event Handling
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
In computer programming, event driven programming is a programming paradigm in which the flow of the program is determined by events like messages from other programs or threads.
It is an application architecture technique divided into two sections
1) Event Selection
2) Event Handling