intarsys runtime library

de.intarsys.tools.facade
Interface IFacadeFactory

All Known Implementing Classes:
DelegatingFacadeFactory, FacadeFactory

public interface IFacadeFactory

A factory for IFacade instances to an Object.


Method Summary
 IFacade createFacade(Object object)
          The IFacade associated with object.
 

Method Detail

createFacade

IFacade createFacade(Object object)
The IFacade associated with object.

Parameters:
object - The object whose IFacade is to be created.
Returns:
The IFacade associated with object.

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.