Chain of Responsibility Design Pattern (C#)(blackwasp.co.uk)
submitted by
BlackWasp(4212) 2 years, 10 months ago
The chain of responsibility pattern is a design pattern that defines a linked list of handlers, each of which is able to process requests. When a request is submitted to the chain, it is passed to the first handler in the list that is able to process it.
|category: Patterns
|Views: 35
tags:
Patterns another
Everyones tags:
Your Tags: