intarsys runtime library

de.intarsys.tools.facade
Class Facade

java.lang.Object
  extended by 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.


Constructor Summary
Facade(Object object)
           
 
Method Summary
 Object getImpl()
          The implementation behind the facade.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Facade

public Facade(Object object)
Method Detail

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.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.