Event Driven

Event Driven is a programming paradigm where the flow of a program is determined by events. Instead of executing a predefined sequence, the system waits for external actions or messages, such as user input or system notifications, and then reacts accordingly through event handlers. This architectural style is fundamental to modern graphical user interfaces and responsive real-time systems.

See also

Linked from: Dynamic Timing, Event Processing, Publishsubscribe, Real Time
-1
9 views
1 week ago