Design Pattern Examples
Overview of object-oriented design patterns
observer_exercise.py File Reference

Implementation of the Observer_Exercise() function as used in the Observer Pattern. More...

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.observer
 
namespace  DesignPatternExamples_python.observer.observer_exercise
 

Functions

def Observer_Exercise ()
 Example of using the Observer Pattern.
 

Detailed Description

Implementation of the Observer_Exercise() function as used in the Observer Pattern.

Definition in file observer_exercise.py.