eseményorientált
Eseményorientált refers to a programming paradigm or architectural style where the flow of the program is determined by events. An event is any significant occurrence that happens within a system, such as a user clicking a button, a message arriving, or a sensor detecting a change. In an event-oriented system, components don't actively poll for changes; instead, they register to be notified when specific events occur.
When an event happens, a designated handler or listener is triggered. This handler then executes a specific