|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IChainStrategy | Strategy that defines the IHandler decision-logic regarding
handling and forwarding of the requests. |
IHandler<R> | Chain of Responsibility Design Pattern: Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. |
IParameterlessHandler | Chain of Responsibility Design Pattern: Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. |
Class Summary | |
---|---|
NullHandler | Null Object Pattern implementation of IHandler . |
NullRequest | Null Object Pattern implementation of Chain of Responsibility Request Parameter. |
Chain of Responsibility Pattern API.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |