de.intarsys.tools.facade
Class Facade
java.lang.Object
de.intarsys.tools.facade.Facade
- All Implemented Interfaces:
- IFacade
public abstract class Facade
- extends Object
- implements IFacade
A common superclass for implementaing the facade pattern.
|
Method Summary |
Object |
getImpl()
The implementation behind the facade. |
Facade
public Facade(Object object)
getImpl
public Object getImpl()
- Description copied from interface:
IFacade
- The implementation behind the facade.
- Specified by:
getImpl in interface IFacade
- Returns:
- The implementation behind the facade.
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.