Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.observer.observer_class Namespace Reference

Classes

class  ObserverForBinary
 Represents an observer that prints out the current number from the Subject in binary. More...
 
class  ObserverForDecimal
 Represents an observer that prints out the current number from the Subject in decimal. More...
 
class  ObserverForHexaDecimal
 Represents an observer that prints out the current number from the Subject in hexadecimal. More...