Decorator
Interface for the Decorator design pattern implementation in the Wow framework. Decorators wrap objects to add additional functionality while maintaining the same interface. This interface provides a standard way to access the wrapped (decorated) object.
Parameters
C
the type of the component being decorated