Programming - Concept
Event-driven
A way of building software so actions happen in response to events such as clicks, messages or data changes
What's it for?
Lets software react when something happens rather than following only one fixed sequence of steps.
For example…
A shop system is event-driven: when a customer completes an order, the stock count updates and a confirmation email is triggered automatically