Interface | Description |
---|---|
IFacade |
An object hiding the real implementation object
|
IFacadeFactory |
A factory for
IFacade instances to an Object . |
IFacadeSupport |
An object that is able to create its own
IFacade . |
Class | Description |
---|---|
DelegatingFacadeFactory | |
Facade |
A common superclass for implementaing the facade pattern.
|
FacadeFactory | |
FacadeTools |
Tool class to handle common IFacadeFactory scenarios.
|