Описание тега signals-slots
Signals and slots is a mechanism for implementing the observer pattern.
Signals and slots is a mechanism for implementing the observer pattern. It has many implementations in various languages:
- Qt for C++
- boost::signals for C++
- Events and delegates in C#
See also: events qt-signals