Changes

Jump to: navigation, search

Chain of Responsibility

25 bytes added, 16:16, 2 April 2007
no edit summary
*'''Handler''' - defines an interface for handling requests
*'''RequestHandlerConcreteHandler:'''
**handles the requests it is responsible for
**If it can handle the request it does so, otherwise it sends the request to its successor
----
== Drawbacks ==
*
----
== External Links ==
1
edit

Navigation menu