Changes

Jump to: navigation, search

Chain of Responsibility

70 bytes added, 16:35, 2 April 2007
no edit summary
**Sometimes we could forget to include in the implementation of the handleRequest method the call to the successor, causing a break in the chain. The request isn’t sent forward from the broken link and so it ends up unhandled.
----
== Code Examples ==
==== Java Example ===
 
==== C# Example ===
 
----
 
== External Links ==
1
edit

Navigation menu