What does event-driven programming mean?
2164
22-Sep-2014
Anchal Kesharwani
22-Sep-2014In 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