Changes

Jump to: navigation, search

Chain of Responsibility

193 bytes added, 16:58, 2 April 2007
no edit summary
== Code Examples ==
=== Java Example ===
 
----
=== C# Example ===
 
Our command will be a PhoneCall class with one method "Converse()" which is our command.
 
[[Image:c_Caller.GIF]]
 
command handler will be a person.
[[Image:c_handler.gif]]
[[Image:C_RequestCode.gif]]
 
This is how we would implement our chain of responsibility:
[[Image:c_main.GIF]]
1
edit

Navigation menu