Eseményközpontú
Eseményközpontú is a Hungarian term that translates to "event-centric" or "event-driven" in English. It describes a design philosophy or approach where the primary focus is on the occurrence and handling of events. In software development, an event-centric architecture is characterized by components that communicate with each other by producing and consuming events. When something significant happens within a system, it generates an event, which is then broadcast to other interested components. These components can then react to the event in a predefined way.
This paradigm is often contrasted with traditional request-response models. Instead of one component directly requesting information
The concept finds applications in various domains, including user interface design, where user actions like clicks