org.gjt.lindfors.pattern
Interface AbstractFactory


public interface AbstractFactory

Abstract factory provides an interface for creating families of related or dependent objects without specifying their concrete classes.

For more detailed documentation, refer to the Abstract Factory Design Pattern .
See also: Abstract Factory pattern in Design Patterns: Elements of Reusable Object-Oriented Software .

Since:
JDK1.2
Version:
$Revision: 1.2 $
Author:
Juha Lindfors