Eseményalapú
Eseményalapú is a Hungarian term that translates to "event-driven" in English. It describes a programming paradigm or a system architecture where the flow of control is determined by events. Events can be user actions, such as clicking a mouse button, or system-generated occurrences, like a file being written or a sensor detecting a change.
In an event-driven system, components do not actively poll for changes. Instead, they register themselves to
Event-driven architectures are common in graphical user interfaces (GUIs), where user interactions are the primary drivers