org.jplate.foundation.gof.cor
Interface ChainOfResponsibilityFactoryIfc<V extends ChainOfResponsibilityIfc<?,?>>

Type Parameters:
V - The type of ChainOfResponsibilityIfc to be created.
All Superinterfaces:
FactoryIfc<V>, java.io.Serializable
All Known Implementing Classes:
DefaultChainOfResponsibilityFactory

public interface ChainOfResponsibilityFactoryIfc<V extends ChainOfResponsibilityIfc<?,?>>
extends FactoryIfc<V>

Defines a factory for creating implementations of ChainOfResponsibilityIfc.


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/ChainOfResponsibilityFactoryIfc.java $
    


Method Summary
 
Methods inherited from interface org.jplate.foundation.gof.factory.FactoryIfc
create, destroy