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

Implementation of the UserGroupsContainer and UserGroupMediator function as used in the Mediator Pattern. More...

Go to the source code of this file.

Classes

class  UserGroupsContainer
 A simple container for the user and group lists. More...
 
class  UserGroupMediator
 Represents the mediator between caller, users, and groups. More...
 

Namespaces

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

Detailed Description

Implementation of the UserGroupsContainer and UserGroupMediator function as used in the Mediator Pattern.

Definition in file mediator_class.py.