| 
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ChainOfResponsibilityFactoryIfc<V extends ChainOfResponsibilityIfc<?,?>> | Defines a factory for creating implementations of
    ChainOfResponsibilityIfc. | 
| ChainOfResponsibilityIfc<V,P extends ProcessorIfc<V>> | Defines the "Gang of Four" Chain of Responsibility pattern: "Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. | 
Base package for the "Gang of Four" Chain of Responsibility pattern: "Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request - chain the receiving objects and pass the request along the chain until an object handles it," p223 Design Patterns - Elements of Reusable Object-Oriented Software.
Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/gof/cor/package.html $
    
  | 
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||