Browse by Tags

Tagged Content List
  • Wiki Page: Chain of Responsibility Pattern

    Chain of Responsibility pattern is for a situation when there is a need to handle a single request by multiple handler objects. This ensures that the request need to be handled by one of the handlers in the Chain. In this pattern, the request is sent to the first handler, if the request can be processed...
  • Wiki Page: 'Chain of Responsibility' Design Pattern

    This article describes the 'Chain of Responsibility' design pattern . This is a behavioral design pattern , a category of design pattern used by software engineers, when writing computer programs. Table of Contents Introduction Benefits Examples of the pattern See Also Community...
Page 1 of 1 (2 items)
Can't find it? Write it!