Package de.intarsys.tools.facade
Class Facade
java.lang.Object
de.intarsys.tools.facade.Facade
- All Implemented Interfaces:
IFacade
- Direct Known Subclasses:
AbstractEventFacade
A common superclass for implementaing the facade pattern.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
createFacade
(Object impl) getImpl()
The implementation behind the facade.