Event Driven Programming
In computer programming, event-driven programming a programming paradigm in which the flow of the program is determined by events such as user actions (mouse clicks, key presses), sensor outputs, or messages from other programs/threads.In an event-driven application, there is generally a main loop that listens for events, and then triggers a callback function when one of those events is detected.
No comments:
Post a Comment