de.intarsys.tools.facade
Class DelegatingFacadeFactory
java.lang.Object
de.intarsys.tools.facade.FacadeFactory
de.intarsys.tools.facade.DelegatingFacadeFactory
- All Implemented Interfaces:
- IFacadeFactory
public class DelegatingFacadeFactory
- extends FacadeFactory
DelegatingFacadeFactory
public DelegatingFacadeFactory()
addFactory
public void addFactory(IFacadeFactory factory)
removeFactory
public void removeFactory(IFacadeFactory factory)
createFacade
public final IFacade createFacade(Object nativeObject)
- Description copied from interface:
IFacadeFactory
- The
IFacade
associated with object
.
- Parameters:
nativeObject
- The object whose IFacade
is to be created.
- Returns:
- The
IFacade
associated with object
.
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.