Signals and Slots in TYPO3 Flow

By Unknown

‘Signals and Slots’ is a technique which allows easy implementation of the Observer Pattern. This pattern is mainly used to handle Event Management. Observer pattern in general has an Observer object and a list of dependents. The Observer notifies state changes by usually calling one of its methods. This Observer pattern plays a key part in traditional MVC systems.