Package org.perfectjpattern.core.api.behavioral.chainofresponsibility

Chain of Responsibility Pattern API.

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.
 

Package org.perfectjpattern.core.api.behavioral.chainofresponsibility Description

Chain of Responsibility Pattern API.

 


Copyright © 2007-2009. All Rights Reserved.