what is event driven programming and what are the types of events?

Recommended Answers

All 3 Replies

Java is a good source of code that is event driven. For example, when you click a button and event is created, and parties are notified of such events.

Besides Java, Windows' programming paradigm is also a good example of event driven programming: A main loop that process the events inserted in the message queue from Window's events...


BTW. most of the software systems that I''ve worked on, including telecom equipment and internet server software, employ Event drivent programming.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.