org.gjt.lindfors.pattern
Interface Facade


public interface Facade

Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to user.

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

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