Chain of Responsibility

Home > Computer Science > Software Engineering > Software design patterns > Chain of Responsibility

Chain of Responsibility is a behavioral design pattern that allows an object to pass a request along a chain of potential handlers until the request is processed or reaches the end of the chain.