Decorate Anything
Package:
Summary:
Implement the decorator design pattern
Groups:
Author:
Description:
This class implement the decorator design patterns.
It implements a base abstract class that should be extended by decorator classes that wrap the result of the wrapped class objects.
When the decorator classes accesses the base decorator functions or variables, the abstract decorator class redirects the access to the wrapped class objects.
It implements a base abstract class that should be extended by decorator classes that wrap the result of the wrapped class objects.
When the decorator classes accesses the base decorator functions or variables, the abstract decorator class redirects the access to the wrapped class objects.
Comments are closed.