intarsys runtime library

de.intarsys.tools.facade
Class DelegatingFacadeFactory

java.lang.Object
  extended by de.intarsys.tools.facade.FacadeFactory
      extended by de.intarsys.tools.facade.DelegatingFacadeFactory
All Implemented Interfaces:
IFacadeFactory

public class DelegatingFacadeFactory
extends FacadeFactory


Constructor Summary
DelegatingFacadeFactory()
           
 
Method Summary
 void addFactory(IFacadeFactory factory)
           
 IFacade createFacade(Object nativeObject)
          The IFacade associated with object.
 void removeFactory(IFacadeFactory factory)
           
 
Methods inherited from class de.intarsys.tools.facade.FacadeFactory
get, set
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingFacadeFactory

public DelegatingFacadeFactory()
Method Detail

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.

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.