Observer pattern for method calls


Version: 1.7
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.5
License:

Description - Observer pattern for method calls



This recipe can be good to avoid some limitations of multiple inheritance, when in need to expand functionalities of superclasses in the hierarchy or controlling the classes cooperation.



More in Python-Observer pattern for method calls

Observer Method Calls Avoid Some Limitations