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

Packages that use org.perfectjpattern.core.api.behavioral.chainofresponsibility
org.perfectjpattern.core.api.behavioral.chainofresponsibility Chain of Responsibility Pattern API. 
org.perfectjpattern.core.behavioral.chainofresponsibility Chain of Responsibility Core Pattern implementation. 
 

Classes in org.perfectjpattern.core.api.behavioral.chainofresponsibility used by org.perfectjpattern.core.api.behavioral.chainofresponsibility
IChainStrategy
          Strategy that defines the IHandler decision-logic regarding handling and forwarding of the requests.
IHandler
          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.
NullHandler
          Null Object Pattern implementation of IHandler.
NullRequest
          Null Object Pattern implementation of Chain of Responsibility Request Parameter.
 

Classes in org.perfectjpattern.core.api.behavioral.chainofresponsibility used by org.perfectjpattern.core.behavioral.chainofresponsibility
IChainStrategy
          Strategy that defines the IHandler decision-logic regarding handling and forwarding of the requests.
IHandler
          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.
NullRequest
          Null Object Pattern implementation of Chain of Responsibility Request Parameter.
 



Copyright © 2007-2009. All Rights Reserved.